From 8c45054b2368a103976a789361fc9ae06e831669 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 12 Dec 2021 15:48:06 +0100 Subject: [PATCH] Updated RegexExtended (markdown) --- RegexExtended.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/RegexExtended.md b/RegexExtended.md index 90a1d60..82dfea8 100644 --- a/RegexExtended.md +++ b/RegexExtended.md @@ -1 +1,10 @@ -... \ No newline at end of file +# 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). \ No newline at end of file