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.