Can anyone think of any real-life, practical applications of the nested regular expression construct (?> ...). I've looked all over for real examples, but apart from stuff in perlre and the ubiquitous /(?>a+)ab/ example, I haven't been able to find anyone using it in a real application. Thanks Dave