$string.trimLeft(<inStr>)
inStr
Example 106 #set($str=' Hello My Cruel World!')
#set($str2=$string.trimLeft($str))
Original string: $str
New string: $str2Original string: Hello My Cruel World!
New string: Hello My Cruel World!
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |