Comments
Back to Results
Elixir Regex
ElixirRegex.com is a live-updating, easy to use regular expression checker. Simply enter your input text and your regular expression, optionally set some modifiers, and ElixirRegex.com will show you which portions of your input string matches, including listing captures and named matches. It may not be flashy, but it is certainly useful.
5 Comments
DK
Posted on 20 October 2019
This is cool. I found a vulnerability that would allow an attacker to execute javascript on a user's machine. Try this url: https://www.elixirregex.com/?pattern=%3Cscript%3Ealert%5C%28%27hacked+%3A%5C%29%27%5C%29%3B%3C%2Fscript%3E&input=%3Cscript%3Ealert%28%27hacked+%3A%29%27%29%3B%3C%2Fscript%3E
Santiago Bacaro
Posted on 11 October 2019
This is fantastic <3
Brian Cardarella
Posted on 11 October 2019
I like this one very much, I would recommend not making a URL update for every single change to the input. I would instead make a "share" button that creates the public URL on demand. This way you don't end up with hundreds of browser history entries.
Chris McCord
Posted on 17 October 2019
fantastic use of live_redirect !
AlexW
Posted on 20 October 2019
I've never really learnt how to use Regex. This could be a useful tool to learn :)