Skip to main content Skip to complementary content
Close announcements banner

subString

Returns a sub-string of characters starting at specific index.

Arguments

  1. Input string.
  2. Index of the first character to return as an integer. The first index is 0.
  3. Length of the sub-string to return as an integer.

Examples

Expression Result
subString("Hello World!", 6, 5) "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 – let us know how we can improve!