Skip to content
Commit 7491a160 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was...

Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was ignoring capture groups inside lookahead assertions. 

For example, matching /(?=(a))(a)/ to "a" should yield two captures: \1 = "a", \2 = "a"

llvm-svn: 186954
parent 9b3d2c02
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment