selector_parse($selector)
Parses a user-provided selector into a list of lists of strings as returned by &.
&
Examples:
selector-parse(".foo .bar, .baz .bang") => ('.foo' '.bar', '.baz' '.bang')
Returns A list of lists of strings representing $selector. This is in the same format as a selector returned by &.
$selector
Parameters:
Returns:
Please login to continue.
Please login to continue.