Function regex_literal::util::delimit

source ·
pub fn delimit(input: &str, delimiter_str: &str) -> String
Expand description

create a delimited regular expression with the given delimiter string.