mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-27 13:21:00 +02:00
It fixes #20516. The chars `*{}()[]\` are punctuation signs in regex, so they need to be escaped when searching for them literally.
It fixes #20516. The chars `*{}()[]\` are punctuation signs in regex, so they need to be escaped when searching for them literally.