mimekit-ts - v1.0.0
    Preparing search index...

    Class UrlMatch

    A URL match found in scanned text.

    Index
    • Creates a new URL match.

      Parameters

      • pattern: string

        The pattern that matched.

      • prefix: string

        The prefix to prepend to generated links.

      Returns UrlMatch

    startIndex: number = 0

    The starting index of the match.

    endIndex: number = 0

    The ending index of the match.

    pattern: string

    The pattern that matched.

    prefix: string

    The prefix to prepend to generated links.