Constant biodivine_lib_param_bn::ID_REGEX_STR
source · [−]pub(crate) const ID_REGEX_STR: &str = r"[a-zA-Z0-9_]+";
Expand description
(internal) A regex string of an identifier which we currently allow to appear as a variable or parameter name.