Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox with number formating
Message
 
To
01/07/2003 03:08:21
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00805095
Message ID:
00805727
Views:
30
>Sorry .. I am very new with this .. what do you mean by Regular expression..? could you please explain to me more detail?
>
Regular Expressions are originally from Perl. They are a very powerful syntax method for text parsing and processing. With a well formed regular expression you can reduce 5 or 10 lines of programming code.

Here is a link about them:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcomregularexpressions.asp

I really recommend anyone who is doing a lot of text processing, to learn, use and know regular expressions. I was already fluent w/ them because of my Perl experience, but a lot of .NET developers haven't really looked into their power yet.

Morgan
Previous
Reply
Map
View

Click here to load this message in the networking platform