• General regexp function that returns the result of matchAll on the provided content.

    Parameters

    • content: string
    • regexp: RegExp
    • includeComments: boolean = false

    Returns IterableIterator<RegExpMatchArray>

Generated using TypeDoc