Click the Show Example link to see a sample Regex.
Why?
There are other regex testers out there, especially for Java. But I wanted one that showed group matches, and the Fantom code to access them.
I've always found Regex APIs (in any language) a bit confusing, and this helped cleared a few things up (well, for me anyway!).
Lemme know if it gives you any problems or if you have any ideas to make it more useful. Myself I'm thinking of a regex cheat sheet and auto-submitting the form on every keystroke.
Anyways, have fun,
Steve.
andyMon 13 Jan 2014
Thats pretty cool - I muck around with that quite a bit in fansh - but this is way nicer - thanks for putting together!
SlimerDude Sun 12 Jan 2014
Fantex Online!
Fantex is regular expression test harness which lets you try out your (Java based) fantom regular expressions.
Click the Show Example link to see a sample Regex.
Why?
There are other regex testers out there, especially for Java. But I wanted one that showed group matches, and the Fantom code to access them.
I've always found Regex APIs (in any language) a bit confusing, and this helped cleared a few things up (well, for me anyway!).
Lemme know if it gives you any problems or if you have any ideas to make it more useful. Myself I'm thinking of a regex cheat sheet and auto-submitting the form on every keystroke.
Anyways, have fun,
Steve.
andy Mon 13 Jan 2014
Thats pretty cool - I muck around with that quite a bit in
fansh
- but this is way nicer - thanks for putting together!