Regexper: Beautiful regexp visualizations
41–50 of 132 posts
Re: Regexper: Beautiful regexp visualizations
#42I tried the most complicated regular expression in the world: http://ex-parrot.com/~pdw/Mail-RFC822-Address.html and the server 500'd. Just joking, it's a very good tool. P.S. it crashed with three nested groups (((a*)))
Re: Regexper: Beautiful regexp visualizations
#43Re: Regexper: Beautiful regexp visualizations
#44Re: Regexper: Beautiful regexp visualizations
#45Re: Regexper: Beautiful regexp visualizations
#46Interesting concept. As with all regex related online tools, it is important to test exhaustively before trusting it. Real-time character-by-character output would be important. If you are working on a long regex expression real-time output can help you think like the FSA and see how it behaves. Here's an example of this tool failing: ([^ http://gskinner.com/RegExr/?339m7 or http://rubular.com/r/pCXZs0DnSS take your…
http://search.cpan.org/~dconway/Regexp-Debugger-0.001011/lib...
That's the documentation for using the module in your code. If you're interested in the standalone tool, you'll want rxrx:
http://search.cpan.org/~dconway/Regexp-Debugger-0.001011/bin...
Re: Regexper: Beautiful regexp visualizations
#47Hello, I'm the creator of this (trevmex is one of my co-workers). I just want to thank everyone for the feedback so far, I am looking into the issues that have been brought up (they'll have to wait until this evening to be fixed though...I have a day job).
Re: Regexper: Beautiful regexp visualizations
#48-> server error. Looks like 3 groups within each other are the limit
Re: Regexper: Beautiful regexp visualizations
#49I'd really like to see some more creative visuals like this for making program structure visible.
Re: Regexper: Beautiful regexp visualizations
#50This is great. Has this approach to visualizing loops and structures been tried with general programs? Indentation and color coding seems to be the limit to the visual expressiveness in most IDEs because they tend to stay withing the format of plain text files. I'd really like to see some more creative visuals like this for making program structure visible.
Edit: It's called a Railroad Diagram.