Skip to content
Prev 198823 / 398502 Next

Regular expression substitution ...

It's a bit strange:

 > sub("/pc", '\\%', x)
[1] "%"
 >
 > sub("/pc", '\\\\%', x)
[1] "\\%"

Also with fixed I'm not able to get a single \ as return value.

Sander
On 2 nov 2009, at 12:36, Roberto Brunelli wrote: