Function toTagName

  • Return a valid tag name from the input string.

    A valid tag name has to match...

    <alphaLo> (<alphaLo> | <alphaHi> | <digit> | '_')*
    

    For more information regarding grammar please see https://project-haystack.org/doc/Zinc

    Parameters

    • name: string

      The name to convert.

    Returns string

    A name to convert into a tag.

Generated using TypeDoc