We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, it would be great to support / as something like ∨
Thanks,
Channing
The text was updated successfully, but these errors were encountered:
What does it mean?
I can only come up with regular expressions, but it would do more harm than good there...
var re = /\/path\//;
Sorry, something went wrong.
It is a symbol that represents disjunction (logical OR), (see the truth table here https://en.wikipedia.org/wiki/Logical_disjunction). It appears in a widely used scala library.
I agree it would be completely wrong in regex.
Dupe of #738
No branches or pull requests
Hi,
it would be great to support / as something like ∨
Thanks,
Channing
The text was updated successfully, but these errors were encountered: