class StringUtils
Deprecated

Use the functional exports instead.

Legacy class-based API for backward compatibility.

Static Properties

deprecated
escapeRegExp: escapeRegExp

Escapes special regex characters in a string.

deprecated
isEmpty: isEmpty

Checks if a string is empty or contains only whitespace.

deprecated
splitByDelimiterWithEscapeCharacter: splitByDelimiterWithEscapeCharacter

Splits a string by delimiter, respecting escape characters.

deprecated
substringBetween: substringBetween

Extracts a substring between two tags.

deprecated
trim: trim

Trims specified characters from both ends of a string.