To Slug

Pure
ToSlug

Converts a string to a URL-friendly slug (lowercase, hyphens, no special characters).

Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text

Inputs

NameTypeDefaultDescription
InputFStringInput parameter

Outputs

NameTypeDescription
ReturnValueFStringReturnValue output

Example Use Cases

Example 1

Generate save file names from level names.

Example 2

Create unique identifiers from display names.