Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RegEx Questions
Message
From
27/05/2011 11:55:26
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
01511929
Message ID:
01512064
Views:
45
A RegEx might not be the appropriate tool in this situation. It can help you find the string, but it is probably easier to parse it into a numeric format and check that way. If you do need to use a RegEx to find the string, try the pattern
-?\d+
and use the first match.

For a tutorial, try take a look at http://www.regular-expressions.info/tutorial.html
Previous
Reply
Map
View

Click here to load this message in the networking platform