right

Type: Internal

Group: char

Syntax

right(string, no. of characters)

Description

Returns the right most characters from string.

Examples

right("Hello world", 5) = world

See Also

left, mid