-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for 1.68.0 regex engine change (#1467)
* Update PCRE -> PCRE2 This reflects the migration we made for user-facing regex in semgrep/semgrep#9919 * Update warning to be correct for library update The warning we have here is not accurate for PCRE2, since it supports more Unicode properties than PCRE. See also <PCRE2Project/pcre2#39> and <https://www.pcre.org/current/doc/html/pcre2pattern.html>.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters