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.
const REGULATION_ARROW_REGEX_STR: &str = r"-(?P<monotonicity>[|>?])(?P<observable>\??)";
(internal) Regex which matches the regulation arrow string with monotonicity
and observable
groups.