String Functions

Kalipso - Developing - Form - Expressions - Functions - Functions List - String Functions

Function

Description

Returns the corresponding ASCII code of the specified char.

Decodes a base64 string.

Encodes a string to base64.

Returns the corresponding Char of the specified ASCII code.

To complete a string with the specified chars until it reaches the specified length.

Converts all the occurrences of "<N>" in a string into the corresponding Char.

Converts the non printable chars in a string into the corresponding ASCII code in the "<N>" format.

Extracts a string from the specified string, according to a rank and separator.

Extracts a part of the name of a file from a full file path.

Returns the position of the provided string inside a string.

Converts all the chars in a string into the corresponding ASCII code in the "<N>" format.

Returns a Global Unique Identifier.

This Function decodes a specified JSON encoded string.

This Function encodes a specified string into a JSON encoded string.

Returns the left part of a string, according to the specified length.

Returns the size, in chars, of a string.

Converts all the chars in a string to their lower case form.

Returns a part of a string, starting at a given position with the specified length.

Returns a string defined by the user, corresponding to the current language of the application in runtime.

Replaces all the occurrences of a char by the specified one, on a string.

Returns the right part of a string, according to the specified length.

Returns a string with Value replacing a Source String according to a Rank and a Separator.

Returns the occurrence of the specified string in a string.

Removes white spaces at left and/or right of a string.

Converts all the chars in a string to their upper case form.

This Function decodes a specified URL encoded string.

This Function encodes a specified string into a URL encoded string.

This Function decodes a specified XML encoded string.

This Function encodes a specified string into a XML encoded string.

Last updated