ListStringExtensions extension

An extension on List<String> that provides a method to standardize the strings in the list.

on

Methods

standardize(Map<String, String> correspondences) List<String>

Available on List<String>, provided by the ListStringExtensions extension

Replaces substrings in the strings in the list according to a map of correspondences.