string.some()
This function calls a given closure/function with every element in a given string and returns true, if one of the closure calls returns true.
Introduced: 6.0.0.126
string.some( closure=function )
Returns: Boolean
This function calls a given closure/function with every element in a given string and returns true, if one of the closure calls returns true.
Introduced: 6.0.0.126
string.some( closure=function )
Returns: Boolean