pub fn sanitize_string_for_selectors(node: &str) -> Cow<'_, str>
Expand description

Sanitizes raw strings from the system such that they align with the special-character and escaping semantics of the Selector format.

Sanitization escapes the known special characters in the selector language.