HomePhabricator

Use raw string comparison instead of std::regex , as it is clearly not mature.

Description

Use raw string comparison instead of std::regex , as it is clearly not mature.

Summary: It seems to be hard to find a way to get regex to work properly across plateforms, so it seems like it is a better idea to just not use it.

Test Plan: Run the tests suite.

Reviewers: freetrader, sickpig, awemany, kyuupichan, CCulianu, #bitcoin_abc

Reviewed By: freetrader, #bitcoin_abc

Differential Revision: https://reviews.bitcoinabc.org/D291

Details

Provenance
deadalnixAuthored on Jul 3 2017, 11:23
deadalnixPushed on Jul 3 2017, 12:46
Reviewer
Restricted Project
Differential Revision
D291: Use raw string comparison instead of std::regex , as it is clearly not mature.
Parents
rABC79943feda175: Fixed runtime error on older gcc/g++ (<4.9) where std::reg_ex is non-standards…
Branches
Unknown
Tags
Unknown