regular expressions
-
i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
-
i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
Is Google broken where you live ? Check http://www.regular-expressions.info/[^]
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
Miss, open the site.. www.google.com and in search write regular expression C#. U will be having lots and lots of information..
Thanks, Sun Rays Rate this post if you like answer.
-
i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
-
Miss, open the site.. www.google.com and in search write regular expression C#. U will be having lots and lots of information..
Thanks, Sun Rays Rate this post if you like answer.
i have gone through such sites . i want detailed view(meaning of each letter) u know any site that gives the e-book free fo the same ?
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
-
for repeating the characteres use { }... or undefined times means use *.. eg: [a-z]{5} -- means... 5 characters from a to 5
Aswini
i want detailed view(meaning of each letter).u know any site that gives the e-book free fo the same ?
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
-
i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
Hope this will Help you.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
you can download regular expression related books from the below link: http://www.flazx.com/category45.php[^]
Sushant Mathur Bangalore, INDIA.
-
i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
It's for u My Dear http://msdn2.microsoft.com/en-us/library/ms972966.aspx :rose:
Piyush Vardhan Singh
-
i want to learn the regular expression .i mean the meaning of each character in the regular expression.can somebody please refer me a site that belongs to the detail overview of the same.
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
Let's start by pointing to a tool where you can easily test your regular expressions (instead of having to code your RegEx), by using this tool you will know if the error is in the RegEx or if the error is in the code: http://www.codeproject.com/dotnet/expresso.asp[^] Now, good resources to learn RegEx: Sintax (JSript): http://msdn2.microsoft.com/en-us/library/1400241x.aspx[^] Learn By Sample http://www.windowsdevcenter.com/pub/a/oreilly/windows/news/csharp_0101.html[^]
/// ------------------------- Braulio Díez tipsdotnet.com /// -------------------------
-
i want detailed view(meaning of each letter).u know any site that gives the e-book free fo the same ?
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
Sonia Gupta wrote:
u know any site that gives the e-book free fo the same ?
What's wrong? Why not buy a book - it's great, you get a handy paper based reference which you can take anywhere. The book "Mastering Regular Expressions" here[^] is a great place to start.
Deja View - the feeling that you've seen this post before.