Syntax
match(text, pattern)
text.match(pattern)
Examples
match("Notion Notion", "Not")
"Notion 123 Notion 456".match("\\d+")
→ match
Untitled
More Info
match · Notion Formulas · Ben Smith