LazyExtString extension

Lazy extension for String

on

Methods

toBytes() List<int>
Same as codeUnits
toByteStream() Stream<List<int>>
Create ByteStream from this
toCapitalized() String
Only capitalize first letter of this string
toTitleCase() String
Capitalize first letter of all words in this string
toUtf8() List<int>