July 2007
Intermediate to advanced
128 pages
2h 39m
English
.NET defines its regular expression support in the System.Text.RegularExpressions module. The RegExp( ) constructor handles regular expression creation, and the rest of the RegExp methods handle pattern matching. The Groups and Match classes contain information about each match.
C#’s raw string syntax, @"", allows defining regular expression patterns without having to escape embedded backslashes.