From 9267bf76d751996337cd99d8d192f16b32156938 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 3 Jul 2024 08:28:38 +0200 Subject: [PATCH] Updated Response Templating (markdown) --- Response-Templating.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Response-Templating.md b/Response-Templating.md index 0c601f2..1f2769d 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -132,9 +132,10 @@ The following extra helpers are present in WireMock.Net: - [JsonPath.SelectToken & JsonPath.SelectTokens](#jsonpath) - [Linq](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/DynamicLinq) - [Random](#random) -- Regex.Match +- [Regex](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/Regex) - [XPath.SelectSingleNode & XPath.SelectNodes & XPath.Evaluate](#xpath) and [XPath](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/XPath) - Xeger +- [Xslt](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/Xslt) ## JsonPath JsonPath support is also present (internal logic is based on Newtonsoft.Json).