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.
pub fn format_regexp<'cx>(
cx: &'cx Context,
cfg: Config,
regexp: &'cx RegExp<'cx>,
) -> RegExpDisplay<'cx>Formats a RegExp object using the given configuration.