Jodd is an open-source java library with lot of reusable components and feature rich utilities.
This requires the library jodd-3.3.2.jar to be in classpath.
The following example shows how to use StringUtil.startsWithOne() API.
If the given string starts with at least one string from the provided array then it
returns the string index in the array otherwise returns -1.