Updated RegexExtended (markdown)

Stef Heyenrath
2021-12-12 15:48:40 +01:00
parent 8c45054b23
commit bf9c6d2dbf

@@ -1,7 +1,7 @@
# Info
The [RegexMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#regular-expression-matching-regexmatcher) can use:
- RegexExtended (default)
- [RegexExtended](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/RegularExpressions/RegexExtended.cs) (default)
- [Regex](https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex?view=net-6.0)
## RegexExtended