PHP Developers Network http://forums.devnetwork.net/ |
|
RegEx Useful resources http://forums.devnetwork.net/viewtopic.php?f=38&t=55762 |
Page 2 of 2 |
Author: | Darkzaelus [ Thu Sep 25, 2008 2:28 pm ] |
Post subject: | Re: RegEx Useful resources |
Best thing this side of cheese! Saved my life many a time this has. Cheers, Darkzaelus |
Author: | jason.carter [ Sat Jan 10, 2009 12:25 pm ] |
Post subject: | Re: RegEx Useful resources |
Try the regexcoach. It is a windows application and you can try out various patterns on sample text. |
Author: | piyushj [ Thu Jan 15, 2009 11:42 am ] |
Post subject: | Re: RegEx Useful resources |
regular expression for the only strings that are not generated over {a,b} by the expression (a+ b)* a (a+b)* reasoning please |
Author: | prometheuzz [ Thu Jan 15, 2009 11:47 am ] |
Post subject: | Re: RegEx Useful resources |
Author: | UrbanFuturistic [ Thu Dec 24, 2009 8:13 am ] |
Post subject: | Re: RegEx Useful resources |
For those using mb_ereg functions with the default Ruby syntax gives immediate feedback on the results of an expression tested against input. I've been using it to test against all kinds of UTF-8 input (Chinese, Hebrew, Korean, etc). |
Author: | AlanM [ Fri Jul 23, 2010 9:32 am ] |
Post subject: | Re: RegEx Useful resources |
This one is new: a way to visualize regular expressions as a diagram. It's an Eclipse plugin called Graphrex: The website says it is useful for understanding regular expressions, and for documenting existing ones. The diagrams can be exported as images. Cheers |
Author: | twinedev [ Fri Oct 22, 2010 9:52 am ] |
Post subject: | Re: |
Author: | ducdm87 [ Thu Jun 20, 2013 5:08 am ] |
Post subject: | Re: RegEx Useful resources |
i found it for test online for javascript and php |
Author: | regexer [ Sat Dec 20, 2014 7:43 pm ] |
Post subject: | Re: RegEx Useful resources |
And here is another usefull online tool The idea is to generate regex'es based on entered text with captured groups support. For now is in beta stage because i want more user reviews for usability ![]() |
Author: | itdevxpert [ Mon Feb 13, 2017 3:10 am ] |
Post subject: | Re: RegEx Useful resources |
For email regex: http://emailregex.com |
Page 2 of 2 | All times are UTC - 5 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |