From 294b9ce7d3df99073d0039b51766e1e0a735c06d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 2 Jun 2026 15:52:47 +0200 Subject: [PATCH] Mention "trim" as synonym for "strip" in readme Other languages like JavaScript and PHP have "trim()" string functions, and developers look for that keyword. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f270315..9d55059 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ dom_transform: #### strip -Strip leading and trailing whitespace from the contents of a tag. +Strip (trim) leading and trailing whitespace from the contents of a tag. Uses the Ruby string `strip()` method. Whitespace is defined as any of the following characters: null, horizontal tab, line feed, vertical tab, form