StringExt extension

on

Methods

iterate() Iterable<String>

Available on String, provided by the StringExt extension

Use to iterate over the individual characters of a String: "Hello".iterate() -> 'H' 'e' 'l' 'l' 'o'
title() String

Available on String, provided by the StringExt extension