Function isValidTagName

  • Test to see if the name is a valid tag name.

    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 test.

    Returns boolean

    True if the tag name is valid.

Generated using TypeDoc