Skip to content
Prev 320412 / 398506 Next

find and replace characters in a string

Although I am not an expert, this is simple.

txt<-  "LOI ."
gsub(".","%",txt, fixed=TRUE)

Regards
Petr