Negative Lookbehind(?<!P\d\d\+) Pthe literal P (8010 / 1208 / 5016) (case sensitive)
\da Unicode decimal digit
\da Unicode decimal digit
\+the literal + (4310 / 538 / 2B16)
Pthe literal P (8010 / 1208 / 5016) (case sensitive)
\da Unicode decimal digit
\da Unicode decimal digit
\+the literal + (4310 / 538 / 2B16)
Pthe literal P (8010 / 1208 / 5016) (case sensitive)
\da Unicode decimal digit
\da Unicode decimal digit
Negative Lookahead(?!\+P\d\d) \+the literal + (4310 / 538 / 2B16)
Pthe literal P (8010 / 1208 / 5016) (case sensitive)
\da Unicode decimal digit
\da Unicode decimal digit
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string