Constant biodivine_sketchbook::sketchbook::ids::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.