const REGULATION_ARROW_REGEX_STR: &str = r"-(?P<monotonicity>[|>?])(?P<observable>\??)";
Expand description

(internal) Regex which matches the regulation arrow string with monotonicity and observable groups.