fork download
  1. x <- c('marisa monte', 'dru hill', '2pac', 'rã¶yksopp', 'cafã© del mar', 'maria bethã¢nia')
  2. grep("[^a-zA-Z0-9[:space:]]", x)
Success #stdin #stdout 0.27s 38904KB
stdin
Standard input is empty
stdout
[1] 4 5 6