DarqStringExtension extension

Provides the extension methods on String.

on

Properties

iterable Iterable<String>
Returns an iterable that returns every character in this string, split along UTF-16 code units.
no setter
iterableRunes Iterable<String>
Returns an iterable that returns every character in this string, split along rune boundaries.
no setter