Actions
Feature #2835
openChange backref symbol in regular expression
Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
Utils
Target version:
-
Start date:
05/25/2015
Due date:
% Done:
0%
Estimated time:
Description
Previously, we use '\1
' to represent subgroup 1. But '\
' may have some parse issues if not written carefully. For example in order to make boost library parse '\
' correctly, one needs to write '\\
' in the schema file to represent '\
'. So we decide to change '\\
' to '$'.
Updated by Qiuhan Ding almost 10 years ago
- Status changed from New to Code review
Updated by Junxiao Shi almost 10 years ago
Please update Regex wiki page to reflect this change.
Updated by Yingdi Yu almost 10 years ago
Junxiao Shi wrote:
Please update Regex wiki page to reflect this change.
I would remove this regex wiki, and use the doc in code instead
Updated by Junxiao Shi almost 10 years ago
I would remove this regex wiki, and use the doc in code instead
Agreed. #2837
Updated by Junxiao Shi over 8 years ago
- Status changed from Code review to Feedback
20160901 conference call decides to neither merge nor reject this patch:
https://gerrit.named-data.net/2059
Actions