I need to create an expression matching a whole number followed by either "seconds" or ""minutes"
I tried this expression: ([0-9]+)s+(seconds)|(minutes)
It works fine for seconds, but not minutes.
E.g. "5 seconds" gives 5;seconds;
while "5 minutes" gives ;;minutes
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…