Home > rc-js-util > _String
Utilities that apply to string
.
Signature:
export declare class _String
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 . |