StringUtils

open class StringUtils

Utility class for handling Strings.

Constructors

Link copied to clipboard
private constructor()

Functions

Link copied to clipboard
open fun isEmpty(s: String): Boolean
Determines if the string is empty.
Link copied to clipboard
open fun isNotEmpty(s: String): Boolean
Determines if the string is not empty.