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