On Dec 17, 2005, at 1:08, Joshua Isom (via RT) wrote:
The pattern I'm using is "^^<gt>\\N*$$|\\n". This is with r10555.
Above is better written as: '^^<gt>\N*$$|\n'It takes the backslashes as is, doesn't need an extra string_unescape call and is more readable (some whitespace would help too.
leo