S
slesaint
Hi all,
Langage : .NET
Framework : 1.1
OS: Win XP 2000 Pro
I have this regex :
^*FOO([1-9]|1[0-3])
Which must to match with : 01_FOO1, 01_FOO10, 01_FOO13 and not to
01_FOO14, 01_FOO0
But this regex match with 01_FOO1 and 01_FOO14, but if i need to
01_FOO14 ( which
it'snt in the wanted range, it match because 01_FOO1 match the pattern.
How to do this ?
Thanks for reply
Langage : .NET
Framework : 1.1
OS: Win XP 2000 Pro
I have this regex :
^*FOO([1-9]|1[0-3])
Which must to match with : 01_FOO1, 01_FOO10, 01_FOO13 and not to
01_FOO14, 01_FOO0
But this regex match with 01_FOO1 and 01_FOO14, but if i need to
01_FOO14 ( which
it'snt in the wanted range, it match because 01_FOO1 match the pattern.
How to do this ?
Thanks for reply