search for: blablebl

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

Did you mean: blablebli
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")