Skip to main content

default_marker_regex_flags

Function default_marker_regex_flags 

Source
pub fn default_marker_regex_flags() -> String
Expand description

Default for ReviewEnvelopeOutput::marker_regex_flags. Always "m" today; emitted as a sibling field rather than baked into the regex because JavaScript RegExp rejects the standalone (?m) inline flag group with SyntaxError: Invalid regular expression ... Invalid group.