mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-25 09:48:28 +02:00
Updated RegexExtended (markdown)
@@ -1 +1,10 @@
|
|||||||
...
|
# Info
|
||||||
|
|
||||||
|
The [RegexMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#regular-expression-matching-regexmatcher) can use:
|
||||||
|
- RegexExtended (default)
|
||||||
|
- [Regex](https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex?view=net-6.0)
|
||||||
|
|
||||||
|
## RegexExtended
|
||||||
|
Extension to the Regex object, adding support for GUID tokens for matching on.
|
||||||
|
Example:
|
||||||
|
When using this `\guidb` as regualar expression, you can match on a GUID(B).
|
||||||
Reference in New Issue
Block a user