julesfern / spahql

A query language for Javascript data. Extracted from Spah.
MIT License
325 stars 20 forks source link

.path property #6

Closed julesfern closed 12 years ago

julesfern commented 12 years ago

Much the .key property, this would allow matching on a fully-qualified path:

db.select("//*[/.path =~ "some_path_regex"]");