-
Notifications
You must be signed in to change notification settings - Fork 61
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
Can support begin xxx*.xxx.com? #112
Labels
documentation
Improvements or additions to documentation
Comments
if you want to use the regex, you can take a look at this way: local radix = require("resty.radixtree")
local rx = radix.new({
{
paths = {"/bb*"},
vars = {
{"host", "~~", "xxx\\w+.xxx.com"}
}
}
}) |
Maybe we could add this tip to our docs? @membphis @kongjun01 |
@kongjun01 would you like to submit a PR? |
My pleasure. |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my route host is engine*.cacazhu.com , Can support begin xxx*.xxx.com?
The text was updated successfully, but these errors were encountered: