pdfrx_web
    Preparing search index...

    Function allMatches

    • Find all matches of a pattern on the page.

      Parameters

      • text: PdfPageText

        The text to process.

      • pattern: string | RegExp

        The text or regular expression to match.

      • options: { caseInsensitive?: boolean } = {}

        Options that customize the operation.

      Returns PdfPageTextRange[]

      The resulting PdfPageTextRange[].