replace
trim
uppercase
Returns a string with leading and trailing whitespace removed.
str.trim()
Enter values below to update the example in real time.
println
Hello
println(" Hello ".trim()) // Hello