Does anyone know a good resource for learning how to use Regular Expressions in .Net (ie with Regex classes)?
Printable View
Does anyone know a good resource for learning how to use Regular Expressions in .Net (ie with Regex classes)?
You probably want to buy a book. Regex is a language of it's own. There's some built-in help, though, search for Regular Expression Language Elements in MSDN. Also, Google for tutorials.