Function regex_literal::util::undelimit

source ·
pub fn undelimit(input: &str, delimiter: &str) -> Result<String, String>
Expand description

Strip off the enclosing delimiter pair and unescape delimiters from the input content. undelimit is the reversed function of delimit .