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

contains

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

Quick reference

ItemDetails
Functioncontains()
CategoryText
Syntaxcontains(text, search)
PurposeCheck whether text contains specific content
Return valueBoolean

Official example of the contains function in the Notion formula editor

Examples and notes

contains(prop("Title"), "Review")

Case-insensitive English matching:

contains(lower(prop("Title")), "notion")

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