Gut, einen Fehler hatte ich jetzt schon entdeckt:
\A war doppelt - einmal als Zeichen (invertiertes BELL = \a aka [^\x07] ) und dann als Kontrollcode (Textstart ... also das strikte ^ )
Dann wollte ich mal Fragen ob überhaupt jemand nachfolgende Codes verwendet?
\l = lowercase next char
\u = uppercase next char
\L = lowercase till \E
\U = uppercase till \E
\Q = quote (disable) pattern metacharacters till \E
\E = end of quote (\Q, \L and \U)
Es ist nicht unbedingt leicht dieses umzusetzen.