forEach

inline fun CharSequence.forEach(action: (Char) -> Unit)

Performs the given action on each character.