Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RegEx Questions
Message
De
27/05/2011 11:55:26
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
01511929
Message ID:
01512064
Vues:
46
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform