FullMatchPCRE 1437 third_party/re2/re2/testing/regexp_benchmark.cc void FullMatch_DotStar_CachedPCRE(int i, int n) { FullMatchPCRE(i, n, "(?s).*"); } FullMatchPCRE 1440 third_party/re2/re2/testing/regexp_benchmark.cc void FullMatch_DotStarDollar_CachedPCRE(int i, int n) { FullMatchPCRE(i, n, "(?s).*$"); } FullMatchPCRE 1443 third_party/re2/re2/testing/regexp_benchmark.cc void FullMatch_DotStarCapture_CachedPCRE(int i, int n) { FullMatchPCRE(i, n, "(?s)((.*)()()($))"); }