Searched refs:Regex (Results 1 – 8 of 8) sorted by relevance
52 - Regex: '^<.*\.h>'54 - Regex: '^<.*'56 - Regex: '.*'
52 - Regex: '^"(llvm|llvm-c|clang|clang-c)/'54 - Regex: '^(<|"(gtest|isl|json)/)'56 - Regex: '.*'
16 - Regex: '^"Log\.h"'
184 private static readonly Regex ValidationRegex = new Regex("^[_A-Za-z][_A-Za-z0-9]*$",
62 …private static readonly Regex TimestampRegex = new Regex(@"^(?<datetime>[0-9]{4}-[01][0-9]-[0-3][0…63 …private static readonly Regex DurationRegex = new Regex(@"^(?<sign>-)?(?<int>[0-9]{1,12})(?<subsec…
138 label.text = resName.replace(Regex("^.*/"), "") in checkVictory()
904 class Regex(Comparator): class