Regular expressions use here require the syntax defined for .NET regular expressions by
Microsoft.
.NET Framework regular expressions are subtly different than
POSIX standard regular expressions.
A good reference for writing regular expressions can be found at
http://www.regular-expressions.info.
For
MSDN documentation on regular expressions see
Regular Expression Language Elements.