Right

Right(String a, Integer b)

This function is used to extract the specified number of characters in String a from the right side.

Parameters

Return value

The return value is a String.

Example

The return value of the following statement is mother.

Right("She is my mother", 6)