Searched defs:regex (Results 1 – 8 of 8) sorted by relevance
43 const auto ®ex = g.first; variable
16 let regex: RegExp = /bc*d/ variable
130 auto regex = std::regex(pattern); in TEST() local199 auto regex = std::regex(pattern); in TEST() local
602 const regex = /"([^"]*)"/g; constant
47 const regex = /go*d/; constant
132 auto regex = std::string(reg->ConvertToStringView(&buf)); in StdCoreStringMatch() local