RegEx Testing Tool

June 24th, 2010 § 0

A great RegEx testing tool was shared with me today – RegEx Coach.  It is a great way to test your regular expressions code to ensure that it works as expected.  You simply place your test string in the bottom section and your regular expression in the top section.  RegEx Coach will highlight the portion of the string that matches the regular expression you have provided.

This is great for use with various web analytics tool implementation such as Unica NetInsight in which regular expressions are used to define parameters in many cases.

§ Leave a Reply