Hello,
Is there a way to trim trailing white spaces off text? Xano does this and it’s called TRIM.
I can’t find a way to do it in weweb.
Any ideas?
Hello,
Is there a way to trim trailing white spaces off text? Xano does this and it’s called TRIM.
I can’t find a way to do it in weweb.
Any ideas?
There’s javascript for this! If you take the string you want to trim, you can do string.trim()
So in javascript mode it would look like
return variable['abcdef-ghijkl-12345'].trim()
We’ll add it as a nocode formula as well!