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

Disjunction ligatures #191

Closed
channingwalton opened this issue May 25, 2016 · 3 comments
Closed

Disjunction ligatures #191

channingwalton opened this issue May 25, 2016 · 3 comments

Comments

@channingwalton
Copy link

Hi,
it would be great to support / as something like ∨

Thanks,

Channing

@engelfrost
Copy link

What does it mean?

I can only come up with regular expressions, but it would do more harm than good there...

var re = /\/path\//;

@channingwalton
Copy link
Author

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.

@tonsky
Copy link
Owner

tonsky commented Sep 2, 2019

Dupe of #738

@tonsky tonsky closed this as completed Sep 2, 2019
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