Skip to main content
Returns a substring from the end of a string column values. The last n characters where n is the number argument. Category: text Syntax:
Returns: StringColumn Context Filtering: ✓ Yes

Parameters

Allowed Column Types: STRING, TEXT

Validation

  • Minimum parameters: 2
  • Maximum parameters: 2

Examples

Returns last 4 digits of each phone number.
  • Left - Extract from start of string
  • Contains - Search for patterns in strings
Last modified on March 13, 2026