notBlank

@SinceKotoolsTypes(version = "1.0")
val String.notBlank: NotBlankString

Deprecated

Use toNotBlankString() instead.

Replace with

import kotools.types.string.toNotBlankString
toNotBlankString()

Transforms the current String to a NotBlankString, or throws an IllegalArgumentException if the current value is blank.