Description
Returns a substring from the start index (inclusive) to the end index (exclusive).
Examples
set sub to substring of "hello" from 1 to 3Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
substring of <s> from <start> to <end>Related (Text)