EvilZone
Other => Found it on the Webs => : Code.Illusionist February 10, 2014, 02:18:23 PM
-
URL: http://www.regexr.com/ (http://www.regexr.com/)
Description: This website is very useful tool to learn Regular expressions in PHP. You can use two functions: Match and Replace. In first textbox on top you write regular expresion like:
[\w\d\.\s]*
That's just example. And check global to find all matches because in PHP there is no match parameter for all expect function preg_match_all. I think it's very nice to try it out and learn =)
-
I find http://regex101.com to be much better.
-
Thanks =)