fork(1) download
  1. proper = function(x){
  2. gsub("(*UCP)\\b([[:alpha:]])", "\\U\\1", x, perl = TRUE)
  3. }
  4. proper("Māori")
Success #stdin #stdout 0.24s 39448KB
stdin
Standard input is empty
stdout
[1] "Māori"