- Index
- »
- axon
- »
- func:trimStart
def
func:trimStart
trimStart(val)
Trim whitespace only from the beginning of the string. See trim()
for definition of whitespace.
Examples:
" abc ".trimStart >> "abc " "abc".trimStart >> "abc"
Trim whitespace only from the beginning of the string. See trim()
for definition of whitespace.
Examples:
" abc ".trimStart >> "abc " "abc".trimStart >> "abc"