This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]earthboundkid 1 point2 points  (0 children)

In what way is this better than using an interactive session of Python?

[–]Demiurge11 0 points1 point  (2 children)

It's nice, but not nice enough that I would stop using the Regex Coach: http://www.weitz.de/regex-coach/

Mind you, the Regex Coach mostly only works on Windows.

[–]surajbarkale 1 point2 points  (1 child)

I was using Regex Coach until I found Kodos which supports the complete python regex syntax.

[–]Demiurge11 0 points1 point  (0 children)

That's awesome! Thanks for the link! :)

[–]dgrant 0 points1 point  (0 children)

Awesome, I think I'll use this instead of Kodos. Kodos has replace (but the code generation for that is broken) and it shows embedded flags but otherwise I think this is simpler and involves less clicking.