Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Generally I try these sorts of things out on a small but non-trivial example. Unfortunately it failed, so while this regex debugger shows a great deal of potential, there is still a bit more work to be done. My inputs:

    Regex: TVo[12].\d.* [Aa] ..[^k]
    Test string: TVo1-0:01.0-1:01.0 A Nashville


The current release only supports exact matches. Multiple matches are planned for a future release.

However, if you use the slider to slide to just past the "s" in Nashville, you can see that the end state does indeed light up.


Looks like it's looking for full match (^regex$),

Just use: TVo[12].\d.* [Aa] ..[^k].* and it works




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: