Syntax

substring(*text*, *startIndex*, *endIndex?*)
*text*.substring(*startIndex*, *endIndex?*)

Examples

substring("Notion", 0, 3)
"Notion".substring(3)

→ substring

Untitled

More Info

substring · Notion Formulas · Ben Smith