user> (. "hello " trim) "hello" user> (. (. "hello " trim) toUpperCase) "HELLO" user> (.. "hello " trim toUpperCase) "HELLO" user> (.. "hello " trim toUpperCase length) 5 user> (.. "hello " trim toUpperCase (concat " world")) "HELLO world"
I write code. I don't run very fast.
Recent Comments