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