Package | Description |
---|---|
com.nwawsoft.util.natives |
Modifier and Type | Method and Description |
---|---|
static boolean |
StringFunctions.startsWithAny(java.lang.String string,
StringList matchList)
Checks whether a String "string" starts with any substring in a specified StringList "matchList".
|