StringSome
Tests whether any item in a string meets the specified callback
Method Signature
Arguments
Argument
Type
Required
Description
Default
list
string
true
callback
function:Predicate
true
delimiter
string
false
,
includeEmptyFields
boolean
false
false
multiCharacterDelimiter
boolean
false
true
parallel
boolean
false
false
maxThreads
integer
false
Examples
Full function
Are any of the characters in the string greater than our condition?
Result: YES
Member function
Are any of the characters in the string greater than our condition?
Result: YES
Additional Examples
Related
Last updated
Was this helpful?