StringKeyValueExtensions extension
Parse simple key=value pairs from a string.
- on
Methods
-
parseKeyValuePairs(
) → Map< String, String> -
Available on String, provided by the StringKeyValueExtensions extension
Parses simple key=value pairs separated by whitespace into a map.