Sometimes I want to test a non-trivial regular expression, or debug something weird with capture groups. It turns out that there are a couple sites that can make this a little bit easier than doing it in a console:
- PHPLiveRegexp for PHP
- Rubular for Ruby