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

Not like operator #52

Open
brainsiq opened this issue Jan 29, 2014 · 1 comment
Open

Not like operator #52

brainsiq opened this issue Jan 29, 2014 · 1 comment

Comments

@brainsiq
Copy link

Is there already a way of doing a not like expression?

I can see it's really easy to add another binary operator for it, but it doesn't seem correct as if this was done in CSS it would use :not()

@dead1
Copy link

dead1 commented Feb 26, 2014

I wish to implement nodejs application input validation through some JSON selector language and in case of JSONSelect I need something like ".languagesSpoken :not(.lang)" to select properties which not match my pattern and throw an "invalid properties" exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants