stringeach()
Iterates over a string and runs the closure function for each element in the string.
Introduced: 6.0.0.105
stringeach( string=string, closure=function );
Returns: void
Examples
There are currently no examples for this functionSee also
- string.each()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)