Hi. Is there a way to generate some random string ...
# wiremock-java
r
Hi. Is there a way to generate some random string matching particular pattern using
response-template
? eg:
[A-Z]{3}[0-9]{5}
should produce ABC12345, XYZ54321 etc