Is there a quick way to validate that a string represents a valid regular expression? As far as I can tell, catching any exception raised by regexp (or pregexp) with the string is the best way to do it.<br><br>Doug<br>