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

Regex schemes #104

Open
rickkln opened this issue Jun 9, 2016 · 0 comments
Open

Regex schemes #104

rickkln opened this issue Jun 9, 2016 · 0 comments

Comments

@rickkln
Copy link

rickkln commented Jun 9, 2016

Is it possible to use a regex in the scheme? Specifically to match:
one://www.host.com/callback
and
two://www.host.com/callback
but not
three://www.host.com/callback

I expected this to work but it doesn't:
(one|two)://www.host.com/callback

There seems to be a commit that added this but no mention in the docs.

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

No branches or pull requests

1 participant