ListStringExtensions extension
An extension on List<String> that provides a method to standardize the strings in the list.
Methods
-
standardize(
Map< String, String> correspondences) → List<String> -
Available on List<
Replaces substrings in the strings in the list according to a map of correspondences.String> , provided by the ListStringExtensions extension