Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention myregextester.com when discussing regular expressions #2

Open
pdurbin opened this issue Oct 2, 2015 · 3 comments
Open

Mention myregextester.com when discussing regular expressions #2

pdurbin opened this issue Oct 2, 2015 · 3 comments

Comments

@pdurbin
Copy link
Member

pdurbin commented Oct 2, 2015

My favorite resource for explaining regular expressions is https://myregextester.com

You might consider playing with it (especially the "explain" option) and adding it to http://tutorials.iq.harvard.edu/R/RProgramming/Rprogramming.html

Here's a sample screenshot:

myregextester com_is_the_premier_online_regular_expressions_tester_that_allows_visitors_to_construct _test _and_optimize_regular_expressions _-_2015-10-02_10 01 42

I believe the output comes from http://search.cpan.org/dist/YAPE-Regex-Explain/Explain.pm which one could install locally.

@izahn
Copy link
Collaborator

izahn commented Oct 2, 2015

That looks a bit old fashioned, and there seems to be a problem with the ssl certificate. How about http://www.regexr.com/ instead?

@pdurbin
Copy link
Member Author

pdurbin commented Oct 6, 2015

Well, I can't find any "explain" feature on http://www.regexr.com . That was the point of https://myregextester.com and http://search.cpan.org/dist/YAPE-Regex-Explain/Explain.pm in my mind, the killer feature.

@pdurbin
Copy link
Member Author

pdurbin commented Oct 6, 2015

Oooo, "Roll over a match or expression for details." That was a bit subtle for me. I can't tell if there's a command line mode from a quick look at https://github.com/gskinner/regexr but the GUI seems nice:

screen shot 2015-10-06 at 4 21 56 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants