selector_parse($selector)
Parses a user-provided selector into a list of lists of strings as returned by &
.
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 &
.
Parameters:
Returns:
Designed by : w10schools
service@w10schools.com
Please login to continue.