Skip to main content
FLO.W 思流Notion Formulas
Back to function index

match

A quick reference for the Notion match function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
Functionmatch()
CategoryText
Syntaxmatch(text, regex)
PurposeRegex match; returns all matches
Return valueList

Official example of the match function in the Notion formula editor

Examples and notes

match("Order numbers:A123,B456", "[A-Z]\\d+")
match(prop("Body"), "#\\w+").join("、")

Note: Backslashes in regular expressions usually need to be written as \\.


To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on