[kernel 0000571]: REGEX \A doesn't work

jda jda at his.com
Sun Mar 20 13:56:54 CST 2005


>\Z also works...
>
>And I did check \b to make sure it only found a word boundary. It did.
>
>What about \r, \t, \n? Are these supposed to require escaping, too?
>

FWIW, both of these searches work:

myField regex 'JD\rB'

myField regex 'JD\\rB'

So far, the only REGEX command I've found that requires escaping is \A

Jon


More information about the Valentina-beta mailing list