String Util
Functions
Link copied to clipboard
public static T copyPartialMatches<T extends Collection<? super String>>(String token, Iterable<String> originals, T collection)
Copies all elements from the iterable collection of originals to the collection provided.
Link copied to clipboard
This method uses getClassById region to check case-insensitive equality.