Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ocs link
  • Loading branch information
Hai Liang Wang committed Dec 29, 2019
1 parent 1b0b5d5 commit aed7470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/regex/src/pattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ bool PatternRegex::match(const string& pattern, const string& source, PatternDic

/**
* 检查表达式是否符合PCRE规范
* https://www.boost.org/doc/libs/1_34_0/libs/regex/doc/bad_expression.html
*/
bool PatternRegex::checkBoostPcreGrammar(const string& pattern, string& error_msg) {
try {
Expand Down

0 comments on commit aed7470

Please sign in to comment.