Given the string
" hello " return the string
"hello".
fantom s := " hello ".trim
class SolutionXX
{
Void main()
{
s := " hello ".trim
}
}
Submit a new solution for
fantom
There are 21 other solutions in
additional languages (
clojure,
cpp,
csharp,
erlang ...)