Your Python Regular Expression's Best Buddy
pyregex.com
Your Python Regular Expression's Best Buddy
1–10 of 17 posts
Re: Your Python Regular Expression's Best Buddy
#2A similar gizmo has long since been included in the python distribution:
http://hg.python.org/cpython/log/979eb1bbf6e6/Tools/scripts/...
Re: Your Python Regular Expression's Best Buddy
#3[deleted]
Re: Your Python Regular Expression's Best Buddy
#4[deleted]
Re: Your Python Regular Expression's Best Buddy
#5[deleted]
Click "like" if your Kleene closure is noncommutative!
Re: Your Python Regular Expression's Best Buddy
#6Related: http://www.debuggex.com/?flavor=python also does visualization in addition to matching (full disclosure: built by me)
Re: Your Python Regular Expression's Best Buddy
#7For those of you using Ruby, a similar tool exists called Rubular. http://rubular.com/
Re: Your Python Regular Expression's Best Buddy
#8This is really nice, but I've always enjoyed RegexPal [1]. It's got a nice clean simple UI, displays results immediately and allows me to prototype regular expressions very quickly. Use it almost every time I wrote a regex.
Re: Your Python Regular Expression's Best Buddy
#9Another: http://pythex.org/
Re: Your Python Regular Expression's Best Buddy
#10While we're on the subject of related tools for other languages and utilities:
Emacs has M-x regexp-builder