fork download
  1. x <- "\r\n\t\t\tExample\t\t\t"
  2. trimws(x)
Success #stdin #stdout 0.17s 175424KB
stdin
Standard input is empty
stdout
[1] "Example"