substring of %s:STRING% from %start:INT% — Expressions

substring of %s:STRING% from %start:INT%
Text1.0.0

Description

Returns a substring from the start index to the end of the string.

Examples

set sub to substring of "hello" from 2

All Possible Usages (1)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

substring of <s> from <start>

Related (Text)