Function normalize_selector
Source pub fn normalize_selector(selector: &str) -> ParsedSelector
Expand description
Normalize a selector for consistent handling.
This function handles various selector formats and converts them
to a standardized form.
§Arguments
selector - The selector to normalize
§Returns
The parsed selector