fork(6) download
  1. x <- "1 !@#!!@$!@#!@#!@#! 11 ;'. R Tutorial"
  2. gsub("[^A-Za-z0-9,;._-]","",x)
  3.  
Success #stdin #stdout 0.24s 175424KB
stdin
Standard input is empty
stdout
[1] "111;.RTutorial"