Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

right

Extracts a sub-string with a specific length from the first argument, starting with the right-most character.

Any data type can be used for the first argument. Types other than string are converted to string before the function is applied.

Arguments

  1. Input string.
  2. Length of the sub-string to extract as an integer.

Examples

Expression Result
right("Hello World!", 6) "World!"

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!