Updated RegexExtended (markdown)

Stef Heyenrath
2021-12-12 15:48:06 +01:00
parent 8ac89c5653
commit 8c45054b23

@@ -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).