Module jquery.sap.strings


Contained Namespaces, Types, Enums & Classes
jQuery.sap.camelCase Transforms a hyphen separated string to an camel case string.
jQuery.sap.charToUpperCase Converts a character of the string to upper case.
jQuery.sap.endsWith Checks whether a given sString ends with sEndString respecting the case of the strings.
jQuery.sap.endsWithIgnoreCase Checks whether a given sString ends with sEndString ignoring the case of the strings.
jQuery.sap.escapeRegExp This function escapes the reserved letters in Regular Expression
jQuery.sap.formatMessage Creates a string from a pattern by replacing placeholders with concrete values.
jQuery.sap.hyphen Transforms a camel case string into a hyphen separated string.
jQuery.sap.padLeft Pads a string on the left side until is has the given length.
jQuery.sap.padRight Pads a string on the right side until is has the given length.
jQuery.sap.startsWith Checks whether a given sString starts with sStartString respecting the case of the strings.
jQuery.sap.startsWithIgnoreCase Checks whether a given sString starts with sStartString ignoring the case of the strings.