Hi,Not being very versatile in regular expressions I wonder if is possible to express this:
Find the number of ),( triplets in a string, provided they are not in a substring that is enclosed in single quotes, ignoring the pair \' in all cases.
in a regular expression? Hugo