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

seems it doesn't support regular expression in queryStringParameters??? #146

Open
zeng-xingdong opened this issue Jul 11, 2023 · 2 comments

Comments

@zeng-xingdong
Copy link

zeng-xingdong commented Jul 11, 2023

it doesn't work when using it as below:

"queryStringParameters": { "periodType": [ "month" ], "microSvcId": [ "{[\\w-]+}" ] }

or the regEx like below does not work:
[\d]{8}-[\w]{4}-[\w]{4}-[\w]{4}-[\w]{12}

in the end, i have to use it as below:
"*-*-*-*-*"

i also try any other regEx in path/body, they do not work at all....

will you have a plan to support regex?

@jdietrich-tc
Copy link
Contributor

This PR introduces regexp support to query params: #157

@jdietrich-tc
Copy link
Contributor

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

No branches or pull requests

2 participants