search for: blablebli

Displaying 1 result from an estimated 1 matches for "blablebli".

Did you mean: blablabla
2011 Sep 01
2
Removing special chars in strings?
Hi all, How can I replace those "\" in the str? Thanks in advance. func <- function(str) { print(gsub("\\","",str)) } func("bla\ble\bli")