fork(1) download
  1. text <- c("TreeRULakeSunWater", "A B C D")
  2. gsub("Tree(\\w+)Lake", "Tree \n\\1 Lake", text)
Success #stdin #stdout 0.45s 79168KB
stdin
Standard input is empty
stdout
[1] "Tree \nRU LakeSunWater" "A B C D"