learn regular expressions  
Author Message
LeAnne





PostPosted: 2006-5-20 21:01:45 Top

dotnet-framework-aspnet, learn regular expressions where can i get a concise reference to learn regular expressions in .net?


 
Juan T. Llibre





PostPosted: 2006-5-20 21:11:00 Top

dotnet-framework-aspnet >> learn regular expressions http://www.google.com/search?hl=en&q=%22regular+expressions%22+%22asp.net%22

There's plenty of stuff available on regular expressions and .net.



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espa駉l : http://asp.net.do/foros/
===================================
"LeAnne" <email***@***.com> wrote in message news:email***@***.com...
> where can i get a concise reference to learn regular expressions in .net?
>


 
Laurent Bugnion





PostPosted: 2006-5-21 5:30:00 Top

dotnet-framework-aspnet >> learn regular expressions Hi,

LeAnne wrote:
> where can i get a concise reference to learn regular expressions in .net?

Download the free tool Regulator at http://regex.osherove.com/

It helps a lot to understand and test your RegExs.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
 
 
prabhupr





PostPosted: 2006-5-21 11:50:00 Top

dotnet-framework-aspnet >> learn regular expressions http://www.123aspx.com/redir.aspx?res=29071
http://www.codeproject.com/dotnet/Expresso.asp
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=43d952b8-afc6-491b-8a5f-01ebd32f2a6c
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=C712F2DF-B026-4D58-8961-4EE2729D7322

 
 
Kevin Spencer





PostPosted: 2006-5-21 23:08:00 Top

dotnet-framework-aspnet >> learn regular expressions I have found RegexBuddy (of all the tools I've tried, have, and use), to be
an invaluable tool, both for learning and working with regular expressions.
It is not free (29.95), but can be downloaded for a trial, and is more than
worth the price. It has quite a number of testing and building tools, and an
excellent reference with tutorials as well. It has a Graphic Expression
Builder, which displays a regular expression in a tree view that has a
description of each element. It can be found at http://www.regexbuddy.com/.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

The man who questions opinions is wise.
The man who quarrels with facts is a fool.

<email***@***.com> wrote in message
news:email***@***.com...
> http://www.123aspx.com/redir.aspx?res=29071
> http://www.codeproject.com/dotnet/Expresso.asp
> http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=43d952b8-afc6-491b-8a5f-01ebd32f2a6c
> http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=C712F2DF-B026-4D58-8961-4EE2729D7322
>