fork download
  1. x = "marchTextIWantToDisplayWithSpacesmarch"
  2. trimws(gsub("^\\p{Ll}+|(?<=.)(?=\\p{Lu})", " ", x, perl=TRUE))
Success #stdin #stdout 0.24s 183680KB
stdin
Standard input is empty
stdout
[1] "Text I Want To Display With Spacesmarch"