SLUGIFY

Convert a text into a URL slug.

Parameter List

Syntax
SLUGIFY(text)
text

The string to convert to slug. For example: "built with a spreadsheet".

Examples

SLUGIFY("This is a spreadsheet") returns This-is-a-spreadsheet