I am trying to create a list of regular expression resources, and I have found two so far to be decent. However, I am curious what you use?
It can be a book or HTML reference/tutorial site!
I believe if you can master Regex, then you can master your coding :gl:
So, I want to learn all I can about Regex and get the upper hand :p
Best one I found so far online is:
Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns
The other one is more for Ruby coders:
Ruby QuickRef
It is more of a reference for Ruby, but it has some Regex resources in it catered to the Ruby code.
Eric shared these two with me for those PHP freaks out there :p
http://www.php.net/manual/en/regexp.reference.php
and
http://www.php.net/manual/en/book.pcre.php
Feel free to add to the list!
It can be a book or HTML reference/tutorial site!
I believe if you can master Regex, then you can master your coding :gl:
So, I want to learn all I can about Regex and get the upper hand :p
Best one I found so far online is:
Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns
The other one is more for Ruby coders:
Ruby QuickRef
It is more of a reference for Ruby, but it has some Regex resources in it catered to the Ruby code.
Eric shared these two with me for those PHP freaks out there :p
http://www.php.net/manual/en/regexp.reference.php
and
http://www.php.net/manual/en/book.pcre.php
Feel free to add to the list!
Last edited:






