• Creates a tag from a string.

    Parameters

    • str: string

    Returns string

    Example

    pf1.utils.createTag("Wizard of Oz 2"); // => "wizardOfOz2"
    

Generated using TypeDoc