regex - Pattern Help For Beginner
can anyone explain about regular expressions
the complex patterns that are shown in the previous threads are hard to follow. i need some more explaination how to give a pattern..
Thanks in advance..
(Moderator: Thread moved to the Regular Expression Forum and Title tweaked for better Searching)
Unfortunately Regular Expressions are an enormous topic and it's hard to put a lot into a forum post. The best way to learn regex's is to grab a couple of tutorials off the web and go from there. I'd start off with the following.
http://www.codeproject.com/dotnet/RegexTutorial.asp
Of course if you have any questions along the way please post them here and we'll help out.