The RegExr recommendation doesn't seem to be helping users 'well-enough'(tm). See #1336848: How to: match data with regex and related regex support requests.
RegExr is more helpful for figuring out what a pattern does than helping you build one. It's nice that it has a great section of Community contributed patterns, but it'd more useful in our case if we included some type of builder as well, so toward that end I think we need to do a bit more research and figure out what constitutes a viable improvement. Here's what I found so far:
* http://txt2re.com/ (this looks the most promising)
* http://www.jslab.dk/tools.regex.php
* http://regexpal.com/
See also, other open regex feature requests
Comments
Comment #1
mitchell commentedRegexper - Regular expression visualizer
https://pay.reddit.com/r/programming/comments/15tsq5/regexper_regular_ex...
Comment #2
tr commentedI absolutely do not want to get involved with including a pattern builder in core Rules. If someone wants to do this in a separate module, that's fine with me, but we can't possibly support something like that in core Rules.