RegexWidget
Simple regular expression tester. Useful when trying out regexs for Javascript code, and somewhat useful when trying to build regular expressions for other languages (like sed, ruby, or perl).
The match area at the bottom shows the array of matches and the index. It is running the match through the Javascript code Array = String.match([your regex]).

Talk about this product