• Create a slug out of the given string. Non-alphanumeric characters are converted to hyphens.

    NOTE: This method does not use the comparably sophisticated transliteration mechanism that is employed in the backend. Therefore, it should only be used to suggest slugs that can be overridden by the user.

    Parameters

    • string: string

    Returns string

Generated using TypeDoc v0.23.24