Functions

right

Supported By

Syntax

[the] right of ( string , length )

right ( string , length )

String yields any string. Length yields an integer.

Description

The right function returns the rightmost length characters of the specified string.

Note

If length is zero or negative, empty is returned. If length is longer than the specified string, the original string is returned.

See Also

left, center, mid