Syntax

split(*text*, *separator*)
*text*.split(*separator*)

Examples

split("2024-09-05", "-")
"bensomething.com/notion".split("/")

→ split

Untitled

More Info

split · Notion Formulas · Ben Smith