G
Guest
I see signs that the ASP.NET regular expression validator has a different
instruction set that the Find utility in VS 2003.
I am trying to use the VS2003 regular expression Find tool to test regular
expressions for use in a ASP.NET validator. The results I am getting are
inconsistent . What works in VS does not always work in ASP.NET and vice
versa. For example:
[0-9]+([\.]{0,1})([0-9]*)
This expression, in an ASP.NET reg exp validator identifies positive real
numbers perfectly. But, when used in the VS Find utility against a text file
of candidate values (see below) it finds none!
0.0
0
1
1.
1.0
99
99.
99.999
99.a
a
99999
-99999
I developed the above reg ex because the documented shorthand for it
n)
does not work in ASP.NET. Am I lost? Or are these two implementations
quite different?
Please note that this is not a request for help in forming a regex. It is
about the possibility of there being two different regex engines. The VS2003
regex commands are documented. If they are different then where are the
ASP.NET regex validator commands documented?
Apologies for repost.
instruction set that the Find utility in VS 2003.
I am trying to use the VS2003 regular expression Find tool to test regular
expressions for use in a ASP.NET validator. The results I am getting are
inconsistent . What works in VS does not always work in ASP.NET and vice
versa. For example:
[0-9]+([\.]{0,1})([0-9]*)
This expression, in an ASP.NET reg exp validator identifies positive real
numbers perfectly. But, when used in the VS Find utility against a text file
of candidate values (see below) it finds none!
0.0
0
1
1.
1.0
99
99.
99.999
99.a
a
99999
-99999
I developed the above reg ex because the documented shorthand for it
does not work in ASP.NET. Am I lost? Or are these two implementations
quite different?
Please note that this is not a request for help in forming a regex. It is
about the possibility of there being two different regex engines. The VS2003
regex commands are documented. If they are different then where are the
ASP.NET regex validator commands documented?
Apologies for repost.