@amirsavand/ngx-common - v5.4.0
    Preparing search index...

    Function slugify

    • Generates a slugified string from the given text.

      Parameters

      • text: string

        The text to be slugified.

      • replacement: string = '-'

        The character used to replace spaces (Default is "-").

      Returns string

      The slugified string.