fork download
  1. x <- "foo bar"
  2. res <- gsub(" ", "\\ ", x, fixed=TRUE)
  3. cat(res, "\n")
  4.  
Success #stdin #stdout 0.22s 60752KB
stdin
Standard input is empty
stdout
foo\ bar