pub fn replace_lexical_value(
lexical: &str,
lang: Option<&str>,
datatype: Option<&str>,
pattern: &Regex,
replacement: &str,
) -> LexicalLiteralExpand description
Replace the lexical form via regex, preserving language tag or datatype IRI.