Lucee object methods reference

Object Method String.every

Determines if all elements of a string satisfy a given condition.
String.every(function closure):boolean

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
closure function  Yes Closure or a function reference that will be called for each of the iteration.