Board index » Visual Studio » Online reference to all regular expression sequences?

Online reference to all regular expression sequences?

Visual Studio20
Where can I find a refrence that list all the regular expression sequences?

I can't find this in the VS.NET 2003 help.



Thanks,

Brett


-
 

Re:Online reference to all regular expression sequences?

"Brett" <no@spam.net>schrieb:

Quote
Where can I find a refrence that list all the regular expression

sequences? I can't find this in the VS.NET 2003 help.



.NET Framework Developer's Guide -- .NET Framework Regular Expressions

<URL:msdn.microsoft.com/library/en-us/cpguide/html/cpconCOMRegularExpressions.asp>">msdn.microsoft.com/library/en-us/cpguide/html/cpconCOMRegularExpressions.asp>



<URL:www.regular-expressions.info/>">www.regular-expressions.info/>

<URL:www.regexlib.com/>">www.regexlib.com/>



--

M S Herfried K. Wagner

M V P <URL:dotnet.mvps.org/>">dotnet.mvps.org/>

V B <URL:dotnet.mvps.org/dotnet/faqs/>">dotnet.mvps.org/dotnet/faqs/>



-

Re:Online reference to all regular expression sequences?



"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at>wrote in message

Quote
"Brett" <no@spam.net>schrieb:

>Where can I find a refrence that list all the regular expression

>sequences? I can't find this in the VS.NET 2003 help.



.NET Framework Developer's Guide -- .NET Framework Regular Expressions

<URL:msdn.microsoft.com/library/en-us/cpguide/html/cpconCOMRegularExpressions.asp>">msdn.microsoft.com/library/en-us/cpguide/html/cpconCOMRegularExpressions.asp>



<URL:www.regular-expressions.info/>">www.regular-expressions.info/>



Very, very nice reference. Thanks.



Brett







-