Static
assertStatic
assertAsserts that a given value is not a string
.
Value to check.
Static
buildStatic
endsStatic
isStatic
isType guard to check if a value is an EmptyString
.
The value to check.
true
if the value is an empty string; otherwise, false
.
Static
isType guard to check if a value is a Lowercase<string>
.
The value to check.
true
if the value is a lowercase string; otherwise, false
.
Static
isStatic
isType guard to check if a value is a NonEmptyString<T>
.
The value to check.
true
if the value is a not empty string; otherwise, false
.
Static
isStatic
isType guard to check if a value is a NumberString
.
The value to check.
true
if the value is a numeric string; otherwise, false
.
Static
isType guard to check if a value is an Uppercase<string>
.
The value to check.
true
if the value is an uppercase string; otherwise, false
.
Static
starts
The
StringCore
class provides utility functions for string type checks and assertions.Since
v1.0.2