namespace sap.base.strings

Control sample: sap.base.strings
Visiblity:
Available since: N/A
Module:
Application Component: CA-UI5-COR

Nodes Overview

Node Description
sap/base/strings/camelize

Transforms a hyphen separated string to a camel case string.

sap/base/strings/capitalize

Converts first character of the string to upper case.

sap/base/strings/escapeRegExp

Escapes all characters that would have a special meaning in a regular expression.

sap/base/strings/formatMessage

Creates a string from a pattern by replacing placeholders with concrete values.

sap/base/strings/hyphenate

Transforms a camel case string (camelCase) into a hyphen separated string (kebab-case).

sap/base/strings/whitespaceReplacer

Utility to replace whitespaces with special characters.


Methods Overview

Method Description