Hello, is it possible to replace a double-quoted string, for example "HS" by single quotes: 'HS', and double single quotes when needed: for example: "'='" becomes '''=''', in the ANTLR code generator? I'm looking for a regexp, but I can't seem to find it. Best regards, Thierry