Working with pipes can be tricky if you aren’t used to it, but once you grok it you will never want to go back.
let fn = str =>
str
->String.trim
->String.toUpperCase
Working with pipes can be tricky if you aren’t used to it, but once you grok it you will never want to go back.
let fn = str =>
str
->String.trim
->String.toUpperCase