Question
Yuri Marx · Nov 29, 2021

What is the objectscript function to trim a string?

If a have a string " Happy new year   " and I want to trim (remove blank spaces from the begin and the end, not other places into the string), what is the object script function to get "Happy new year"?

Product version: IRIS 2021.1
2
0 539
Discussion (5)2
Log in or sign up to continue

w $p("Happy new year ..................","...")

---------------

Happy new year