Function parseSelector

Parse selector from a string. Returns null on any error.

Selector* parseSelector (
  string str
) @safe;

Does not support comma-delimited selectors.