- Index
- »
- axon
- »
- func:endsWith
def
func:endsWith
endsWith(val, sub)
Return if Str ends with the specified Str.
Examples:
"hi there".endsWith("there") >> true "hi there".endsWith("hi") >> false
Return if Str ends with the specified Str.
Examples:
"hi there".endsWith("there") >> true "hi there".endsWith("hi") >> false