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
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}
[\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?
The text was updated successfully, but these errors were encountered:
This PR introduces regexp support to query params: #157
Sorry, something went wrong.
This is now in https://github.com/jmartin82/mmock/releases/tag/v4.2.0
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: