pub fn compile_name_set_with(
spec: &str,
mode: Option<Mode>,
) -> Result<Vec<Regex>, Error>Expand description
compile_name_set under an optional explicit mode. With a stated mode of
literal, the '|' separator is still a set separator (the alternatives
themselves are matched verbatim).