RIGHT
Tom Azernour avatar
Written by Tom Azernour
Updated over a week ago

Type: Function

Function: RIGHT

Syntax: RIGHT(string, [num_chars=1])

Description: Returns a substring from the end of a specified string.

Sample usage:

  • RIGHT("abcd") returns d.

  • RIGHT("abcd", 3) returns bcd.

  • RIGHT(title, 4) returns the last four characters of the title field.

Did this answer your question?