NAME_VALID_STR

Constant NAME_VALID_STR 

Source
pub const NAME_VALID_STR: &'static str = "(?:REQ|SPC|TST)(?:-[A-Z0-9_-]*[A-Z0-9_])?";
Expand description

base definition of a valid name. Some pieces may ignore case.