RegularExpression: A few small features for CMake
All threads resolved!
All threads resolved!
This MR adds a few small features for implementing cmake/cmake#26629 (closed).
- An
options
parameter toRegularExpression::find()
with two options. - A new method
num_groups()
that counts capture subgroups. - Less overloads and more null checks for RegularExpressionMatch::start/end/match mehtods.
Only one of those features (the BOL_AT_OFFSET option) is needed for cmake/cmake!10221 (merged). I can make it a separate MR if you wish.
Merge request reports
Activity
- Resolved by Nikita Nemkin
mentioned in merge request cmake/cmake!10221 (merged)
added 1 commit
- c8f5f4bf - RegularExpression: Add an options parameter to find()
assigned to @brad.king
mentioned in commit 511adf49
mentioned in merge request cmake/cmake!10247 (merged)
Please register or sign in to reply