format_regexp

Function format_regexp 

Source
pub fn format_regexp<'cx>(
    cx: &'cx Context,
    cfg: Config,
    regexp: &'cx RegExp<'cx>,
) -> RegExpDisplay<'cx>
Expand description

Formats a RegExp object using the given configuration.