To remove the leading and trailing white-space from the string, refer the following sample
(${" Test Sample "?trim})
OUTPUT
(Test Sample)
To remove the leading and trailing white-space from the string, refer the following sample
(${" Test Sample "?trim})
OUTPUT
(Test Sample)