String.right()

Signature

String right (String s1, int length)

Domain

ACTION, CONDITION, QUERY

Description

Returning a String containing the last length characters of the string s1.

Parameters

NameTypeDescription
s1StringA String to test.
lengthintThe length of the String.

Returns

TypeDescription
StringThe result String.

Cautions

none