Function Index
Text functions
Text functions such as length, substring, contains, replaceAll, style, format, and match.
Text
| Function | Purpose | Return value or alternative |
|---|---|---|
length() | Number of text characters or list items | Number |
substring() | Slice text | Text |
contains() | Check whether text contains specific content | Boolean |
replace() | Replace the first match | Text |
replaceAll() | Replace all matches | Text |
lower() | Convert to lowercase | Text |
upper() | Convert to uppercase | Text |
repeat() | Repeat text | Text |
trim() | Remove whitespace from both ends of text | Text |
link() | Create a clickable link | Text |
style() | Add text styles | Text |
unstyle() | Remove text styles | Text |
format() | Convert to text | Text |
test() | Regex test | Boolean |
match() | Regex match; returns all matches | List |
To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.
Last updated on
Notion Formulas