julesfern / spahql

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

.key property #5

Closed julesfern closed 12 years ago

julesfern commented 12 years ago

All items should allow keys to be transmuted to values for the purposes of comparison:

// Find all items with keys beginning with "a"
db.select("//*[/.key =~ '^a']")