Searched defs:ident_regex (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dtest-program.cpp441 const std::string ident_regex = "^[_A-Za-z0-9]+$"; local
454 if (!tools::text::match(value, ident_regex))
456 ident_regex + "; was '" + value + "'");

Completed in 14 milliseconds