Package com.networknt.schema.utils
Class Strings
java.lang.Object
com.networknt.schema.utils.Strings
Utility methods for working with Strings.
-
Method Summary
-
Method Details
-
isInteger
-
isBoolean
-
isNumeric
-
isBlank
-
split
Split text. Unlike the JDK String split using regex trailing delimiters are preserved.- Parameters:
text- the text to splitdelimiter- the delimiter- Returns:
- the fragments
-