Constant biodivine_sketchbook::sketchbook::model::_regulation::REGULATION_ARROW_REGEX_STR
source ยท const REGULATION_ARROW_REGEX_STR: &str = r"-(?P<regulation_sign>[|>?*])(?P<essential>X|\?|)";
Expand description
(internal) Regex which matches the regulation arrow string with regulation_sign
and essential
groups.