I would also appreciate examples! I have written a PCRE2 parser (not matching, just parsing) in Haskell, and want more examples to try out.
I made some "dummy" example for all the \p{script:name} properties and "binary" properties (\p{ascii} etc), by generating it from pcre2test -LS and -LP, and editing in emacs, just concatenate all \p{ } properites and it gets quite large. Of course it's not a "real life" example...
Best regards,
David