From 28202d2750454682e763b4fe72f5fc71dea1b58c Mon Sep 17 00:00:00 2001 From: sunilnatraj <30485122+sunilnatraj@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:22:12 +0530 Subject: [PATCH] Updated Escape function Added details of additional modes added as part of Issue-6139 --- docs/manual/grelfunctions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/grelfunctions.md b/docs/manual/grelfunctions.md index df8c6fd6..6384eeac 100644 --- a/docs/manual/grelfunctions.md +++ b/docs/manual/grelfunctions.md @@ -247,7 +247,7 @@ Takes two strings and compares them, returning a string. Returns the remainder o ###### escape(s, s mode) {#escapes-s-mode} -Escapes s in the given escaping mode. The mode can be one of: "html", "xml", "csv", "url", "javascript". Note that quotes are required around your mode. See the [recipes](https://github.com/OpenRefine/OpenRefine/wiki/Recipes#question-marks--showing-in-your-data) for examples of escaping and unescaping. +Escapes s in the given escaping mode. The mode can be one of: "html", "xml", "csv", "url", "urlpath", "urlform", "urlfragment", "javascript". Note that quotes are required around your mode. See the [recipes](https://github.com/OpenRefine/OpenRefine/wiki/Recipes#question-marks--showing-in-your-data) for examples of escaping and unescaping. ###### unescape(s, s mode) {#unescapes-s-mode}