Skip to content
Prev 166477 / 398502 Next

grep : escape "*"

On 1/9/2009 10:38 AM, David Hajage wrote:
You use a backslash to escape the *.  Unfortunately, to enter a 
backslash in an R string, you need to escape it.  So the pattern is "\\*".

Duncan Murdoch