Right

Returns a rightmost substring of a string value

Right("Central region", 6) β†’ "region"
Right("New York City", 4) β†’ "City"

Inputs

Right(string, length)

  • string - A text value

  • length - Length of the resulting text

Last updated