Reinier Zwitserloot wrote: > Embedding regexps has two significant advantages: > > 1. compile-time checking of your regexps. Sure, most random > gibberish just so happens to be a valid regexp, but there are rules - > you can have mismatched parentheses, for example. > At least in principle tools can do this kind of checking without language support. -Joe