fork download
  1. a1 <- "(?<=<)U\\+\\w+>(*SKIP)(*F)|(?<=\\S)(?=<U\\+\\w+>)|(?<=[[:alpha:]])(?=[[:punct:]])|(?<=[[:punct:]])(?=[[:alpha:]])"
  2. gsub(a1, " ", "Jesus te ama!!! <U+2764> Ou não...?<U+1F628> (fé em stand by)", perl=TRUE)
  3. # "Jesus te ama !!! <U+2764> Ou não ...? <U+1F628> ( fé em stand by )"
  4. # "Jesus te ama !!! <U+2764> Ou não ...? <U+1F628> ( fé em stand by )"
Success #stdin #stdout 0.16s 175424KB
stdin
Standard input is empty
stdout
[1] "Jesus te ama !!! <U+2764>  Ou não ...? <U+1F628> ( fé em stand by )"