AssociateString extension

on

Methods

associate<K, V>(Pair<K, V> transform(String value)) Map<K, V>
Returns a Map containing key-value pairs that are provided by transform.
associateBy<K, V>(K keySelector(String value)) Map<K, String>
Returns a Map containing the charachters from the string indexed by the key from keySelector.