Module ltrim

Module ltrim 

Source

Structs§

LtrimFunc

Functions§

ltrim 🔒
Returns the longest string with leading characters removed. If the characters are not specified, whitespace is removed. ltrim(‘zzzytest’, ‘xyz’) = ‘test’