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
Examples
There are currently no examples for this functionSee also
- string.map()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)