+?matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
0 objthe literal text 0 obj (case sensitive) \na line-feed (newline) character (ASCII 10)
\<the literal < (6010 / 748 / 3C16)
\<the literal < (6010 / 748 / 3C16)
\na line-feed (newline) character (ASCII 10)
\/the literal / (4710 / 578 / 2F16)
Typethe literal text Type (case sensitive) \sany whitespace character
\/the literal / (4710 / 578 / 2F16)
Pagethe literal text Page (case sensitive) *?matches any number of characters from the set below:
the literal (3210 / 408 / 2016)
\na line-feed (newline) character (ASCII 10)
\/the literal / (4710 / 578 / 2F16)
s modifier: single line. Allows a dot to match line terminators
g modifier: global. Finds all matches instead of stopping after the first