Constant biodivine_sketchbook::sketchbook::model::_regulation::ID_REGEX_STR

source ยท
const ID_REGEX_STR: &str = r"[a-zA-Z_][a-zA-Z0-9_]*";
Expand description

(internal) A regex string of an identifier which we currently allow to appear. This regex does not enforce beginning/ending as it is used inside of larger regulation regex.