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

"OR" operator #53

Closed
Igreh opened this issue Jun 20, 2015 · 4 comments
Closed

"OR" operator #53

Igreh opened this issue Jun 20, 2015 · 4 comments

Comments

@Igreh
Copy link

Igreh commented Jun 20, 2015

It will be very useful to have simple "OR" operator.
Ex: check whether value is string or null @string@||@null@ or @string@.or(@null@)
Is there any way to implement it?

And yes, I know I can extend expression language and add my own functions but native implementation is more descriptive, imho

@norberttech
Copy link
Member

@string@||@null@ would be awesome, just need to find some time to implement it :P

partikus pushed a commit to partikus/php-matcher that referenced this issue Mar 10, 2016
partikus pushed a commit to partikus/php-matcher that referenced this issue Mar 10, 2016
partikus pushed a commit to partikus/php-matcher that referenced this issue Mar 10, 2016
partikus pushed a commit to partikus/php-matcher that referenced this issue Mar 10, 2016
@partikus
Copy link
Contributor

@norzechowicz please look at #74

@norberttech
Copy link
Member

@partikus I have seen that (awesome work!) but I would like first to solve #71. I'm not sure if #74 wont complicate #71 even more.

partikus pushed a commit to partikus/php-matcher that referenced this issue Mar 17, 2016
partikus pushed a commit to partikus/php-matcher that referenced this issue Mar 17, 2016
partikus pushed a commit to partikus/php-matcher that referenced this issue Mar 17, 2016
partikus pushed a commit to partikus/php-matcher that referenced this issue Mar 17, 2016
norberttech pushed a commit that referenced this issue Mar 18, 2016
@norberttech
Copy link
Member

Solved by #74

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

No branches or pull requests

3 participants