M
mick
Just started learning about Regex so I only understand at a very basic
level.
What I would like to know is, is there an easier way to check for the
following
four patterns or do I need to do four checks -
(xx)
(xx_xx)
(xx_xx_xx)
(xx_xx_xx_xx)
xx = numbers
brackets are included in patter.
eg. "(23_24_25)"
"(10_11)"
etc
mick
level.
What I would like to know is, is there an easier way to check for the
following
four patterns or do I need to do four checks -
(xx)
(xx_xx)
(xx_xx_xx)
(xx_xx_xx_xx)
xx = numbers
brackets are included in patter.
eg. "(23_24_25)"
"(10_11)"
etc
mick