rather hot at on ([^C]|C[^P]|CP[^U]) #### perl -ne 'print "prob with $_" if /(\\[a-tA-T])|other tests/' #### s/\\([a-tA-T])/\\\\\1/
## perl -ne 'print "prob with $_" if /(\\[a-tA-T])|other tests/' ##
## s/\\([a-tA-T])/\\\\\1/