stringevery()

Determines if all elements of a string satisfy a given condition.

Introduced: 6.0.0.105

stringevery( string=string, closure=function );

Returns: Boolean

Argument Description
string
string, required

Input string.

Alias: inputString, object

closure
function, required

Closure or a function reference that will be called for each of the iteration.

Alias: function, callback, udf

Examples

There are currently no examples for this function

See also