unstyle

Learn how to use the unstyle function in Notion formulas.

This article may contain affiliate links.This article may contain affiliate links.

The unstyle() function removes styles from a string. If no styles are specified, all styles are removed.

unstyle(string, string [optional])

string.unstyle(string [optional])
Code language: JavaScript (javascript)

For a list of styles that can selected for removal, please refer to the style function.

Copy link to heading
unstyle("Monkey D. Luffy")

"Tony Tony Chopper".unstyle("s")
Code language: JavaScript (javascript)

The first example will convert “Monkey D. Luffy” to “Monkey D. Luffy”, and the second example will convert “Tony Tony Chopper” to “Tony Tony Chopper“.

About the Author

My name is Thomas Frank, and I'm a Notion-certified writer, YouTuber, and template creator. I've been using Notion since 2018 to organize my personal life and to run my business and YouTube channel. In addition to this formula reference, I've created a free Notion course for beginners and several productivity-focused Notion templates. If you'd like to connect, follow me on Twitter.

🤔 Have an UB Question?

Fill out the form below and I’ll answer as soon as I can! ~Thomas

🤔 Have a Question?

Fill out the form below and I’ll answer as soon as I can! ~Thomas