Notion Templates
/
Wikis
/
🔥
Red's Notion Formula Sheet
/
Slice
Slice
Description
Extracts a substring from a string from the start index (inclusively) to the end index (optional and exclusively).
Tags
Functions
Type
Text
Syntax
slice(text, number) slice(text, number, number)
Example
slice(prop("Author"), 0, 3)
Template Example
↙️
Bookshelf Template