Thorsten Jolitz [2013-04-02 09:26:54 +0200] wrote: > what is the (or rather - is there a) string equivalent to regexp > "^abc"? "\nabc" is not quite what I want. I think "^" should work but there is also "\`". Actually, in Lisp strings you would write "\\`".