StringUtil

public class StringUtil

Constructors

Link copied to clipboard
public void StringUtil()

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
public static boolean startsWithIgnoreCase(String string, String prefix)
This method uses getClassById region to check case-insensitive equality.