Skip to content
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

Add OSC 1.1 Xpath // address pattern operator #19

Open
orchetect opened this issue Aug 8, 2022 · 0 comments
Open

Add OSC 1.1 Xpath // address pattern operator #19

orchetect opened this issue Aug 8, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@orchetect
Copy link
Owner

As per OSC 1.1 proposal, §3.4:

OSC 1.1 inherits the path multiple-level wildcard- matching operator // from XPath.

This overcomes the limitation of the OSC 1.0 * operator that only matches up to / boundaries. It also gives concrete semantics to the string // in an address—which was previously not explicitly forbidden but may have resulted in inconsistent address handling due to ambiguity (e.g., in UNIX style path operations // is a no-op equivalent to /).

@orchetect orchetect added the enhancement New feature or request label Aug 8, 2022
@orchetect orchetect added this to the 0.4.0 milestone Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant