Where in the world can i find a good regex tut? It looks like everything I find is just a small intro to a book the site is selling or some junk...
I may have to buy a book...
Where in the world can i find a good regex tut? It looks like everything I find is just a small intro to a book the site is selling or some junk...
I may have to buy a book...
I'm having bookmarked my references. Hope it might help you:
http://www.w3schools.com/jsref/jsref_obj_regexp.asp
http://www.evolt.org/article/Regular...ript/17/36435/
http://www.javascriptkit.com/jsref/regexp.shtml
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
benslayton (07-25-2008)
I have written a bit on the subject of PCRE for my own benefit and to make it a little simpler to understand. It has not been critiqued yet. I hope you find it handy.
http://www.animeviews.com/article.ph...le=programming
http://www.animeviews.com/article.ph...le=programming
I wrote it because I needed to have some aspects of PCRE spelled out a little bit simpler. I needed to see some examples as well as a few reasons why I would want to use some of the tricks that PCRE offers. I also tried to expand on a few things that I thought www.php.net was a little too brief on.
benslayton (07-25-2008)
Thank you thank you...
Never knew w3 had regex tut.. I looked.. I guess its b/c I was looking for php and regex in my search strings...
If you ever need regex help, you can usally find someone on irc://irc.freenode.net/##php
It's quite dry, even a bit arcane, and it is MS. But there is a wealth of information on RegExp here:
http://msdn.microsoft.com/en-us/libr...ce(VS.80).aspx
I find it very useful whenever I'm stuck as regards a RegExp.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Note that different languages and tools implement regexes a little differently. For example, if you were attempting to use regexes in Javascript, ##php is not the place to go; you'd probably want ##javascript.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks