From 9f3fa1e0abb06095c2dab8a2832035a97010bc58 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 2 May 2025 14:44:49 +0200 Subject: [PATCH] Updated RegexExtended (markdown) --- RegexExtended.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RegexExtended.md b/RegexExtended.md index c35f1e1..552fe7f 100644 --- a/RegexExtended.md +++ b/RegexExtended.md @@ -7,4 +7,4 @@ The [RegexMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Mat ## 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 +When using this `\guidb` as regular expression, you can match on a GUID(B). \ No newline at end of file