ChemPal Documentation - v0.0.0
    Preparing search index...

    Function stripHTML

    • Strips HTML tags from a string.

      Parameters

      • html: string

        The HTML string to strip

      Returns string

      The string with HTML tags removed

      stripHTML("<p>Hello <b>world</b></p>") // Returns "Hello world"