Syntaxsplit(text, separator)text.split(separator)Examplessplit("2024-09-05", "-")"bensomething.com/notion".split("/") Example 1Example 2 More ExamplesCommon UsesTemplates UsingReverse TextCurrent Month in Multi-selectVolume Weight More Infosplit · Notion Formulas · Ben SmithReturns a list of values created by splitting a string by a separator.https://www.bensomething.com/notion/formulas/functions/split