Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: replace pcre with pcre2 in example script
https://www.pcre.org/ The `pcre` library is "now at end of life, and is no longer being maintained," according to the upstream maintainers. Accordingly, we should replace uses of `pcre` with its actively maintained successor, `pcre2`, wherever possible .
- Loading branch information