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