From c1d2e8e61e45d83c41604068cd16c8e0773cc96c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 12 Dec 2021 15:44:46 +0100 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Settings.md b/Settings.md index 8339373..8205944 100644 --- a/Settings.md +++ b/Settings.md @@ -157,6 +157,9 @@ Action which is called (with the IAppBuilder or IApplicationBuilder) after the i ### AdditionalServiceRegistration Action which is called with IServiceCollection when ASP.NET Core DI is being configured. [Optional] +### UseRegexExtended +Use the [RegexExtended]() instead of the default Regex. + ### Logger The [IWireMockLogger](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/Logging/IWireMockLogger.cs) interface which logs Debug, Info, Warning or Error.