Implements

Constructors

Properties

LastParenthesisRegex: RegExp = ...

Matches the content of the last set of parentheses in a string, including the parentheses.

LastSpaceRegex: RegExp = ...

Matches the last space in a string.

Methods

  • 8-12 Javadocs don't have classes for each method, instead they're in the format:

    <h3>Method Detail</h3>
    <a name="<prototype>"></a>
    <ul class="blockList">
    // actual table data
    </ul>
    // ... and so on

    There we try to work around this issue by manipulating the HTML, adding a div that wraps each pair, and then selecting those divs.

    Parameters

    • $object: CheerioAPI

    Returns Cheerio<Element>

  • Splits a string by spaces, except when the section is wrapped in <>. Supports nested angle brackets (eg <a<b>> is treated as a single token)

    Parameters

    • input: string

    Returns string[]