Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Regex question
Message
From
20/04/2010 08:17:42
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01460501
Message ID:
01461063
Views:
46
>Thanks Gregory - I don't think I'm cut out for RegExes :-)

It takes a couple of hours to get the feeling, and hours of practice (spread over the years). But one step at a time


My bible for .net regex = http://msdn.microsoft.com/en-us/library/az24scfc.aspx

Advantages compared to vbscript
- Named subgroups
- positive/negative lookahead/lookbehind
- non-greedy quantifiers



If it serves any purpose - here's a presentation I've given last month http://www.atoutfox.org/articles.asp?ACTION=FCONSULTER&ID=0000000748

- It focusses on vbscript
- pages 6-20 can be used as a reference for vbscript
- the rest are some .net bits
- pages 24-25 is an example of a password regex with constraints (upper case, ...) It uses positive and negative lookahead
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform