Skip to content
Prev 256928 / 398506 Next

Is there a better way to parse strings than this?

Basically,

 * you want to match .
 * so the regular expression you need is \.
 * and the way you represent that in a string in R is \\.

Hadley