-
Notifications
You must be signed in to change notification settings - Fork 19
Support globbing #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
for direct children, phpcr itself supports globbing |
Yep: http://www.day.com/specs/jcr/2.0/5_Reading.html#5.2.2.1 Name Patterns I think it would be relatively simple to implement something which expands paths containing globs, e.g. it should be possible to support:
We would just have to implement something which resolves a globbed path to an array of nodes. The only implementation difficulty I can see is determining if a given path segment is a glob or not:
|
i would only glob when there is an explicit |
Also would be great to do something like:
|
Closing in favor of PR #113 |
It would be great to support at least wildcards:
If not something more complete, I wonder if there are any libraries for this
The text was updated successfully, but these errors were encountered: