StringMap()

Iterates over every entry of the string and calls the closure function to work on the element of the string.

Introduced: 6.0.0.105

StringMap( string=string, closure=function );

Returns: String

Argument Description
string
string, required

Input string.

Alias: inputString, object

closure
function, optional

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

Alias: callback

Examples

There are currently no examples for this function 24,466ms WARN No examples for function stringmap

See also