Iterates characters.
Iterates line break positions.
Iterates regular expression matches.
string->eachWordBreak is a member in the String Iteration group; call it on the receiver shown before the arrow.
string->forEachCharacter is a member in the String Iteration group; call it on the receiver shown before the arrow.
string->forEachLineBreak is a member in the String Iteration group; call it on the receiver shown before the arrow.
string->forEachMatch is a member in the String Iteration group; call it on the receiver shown before the arrow.
string->forEachWordBreak is a member in the String Iteration group; call it on the receiver shown before the arrow.
Returns string keys or positions for iteration.
Splits a string around a delimiter.
Returns string values for iteration.