Removes any part of a string that is matched against a dictionary. Use it to standardize or prepare values, for instance by removing adjectives that make comparison of similar terms difficult.
How should the 'Removed matches' be returned? Get the removed matches as a concatenated String or as a List.
Choice: String List Required