js-util

Home > rc-js-util > _String

_String class

Utilities that apply to string.

Signature:

export declare class _String 

Properties

Property Modifiers Type Description
normalizeEmptyToUndefined static typeof stringNormalizeEmptyToUndefined Replaces length 0 strings with undefined.
normalizeNullUndefinedToEmpty static typeof stringNormalizeNullUndefinedToEmpty Replaces null / undefined with an empty string.