StringEvery
Tests a string that all elements meet the specified criteria
Method Signature
StringEvery(list=[string], callback=[function:Predicate], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean], parallel=[boolean], maxThreads=[any], virtual=[boolean])Arguments
Argument
Type
Required
Description
Default
list
string
true
callback
function:Predicate
true
The callback to use for the test
delimiter
string
false
,
includeEmptyFields
boolean
false
false
multiCharacterDelimiter
boolean
false
false
parallel
boolean
false
false
maxThreads
any
false
virtual
boolean
false
false
Examples
Full function
Do all letters in the string meet the callback condition?
Result: NO
Member function
Do all letters in the string meet the callback condition?
Result: YES
Additional Examples
Related
Last updated
Was this helpful?
