From 109aa1ba3d910f0b59924936b88f02246fd5d3f9 Mon Sep 17 00:00:00 2001 From: Deezzir Date: Thu, 30 Mar 2023 21:03:05 -0400 Subject: [PATCH] docs: added annotation for the new arg --- Anvil/Tools/Words.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Anvil/Tools/Words.pm b/Anvil/Tools/Words.pm index acd619c7..4746e8e5 100644 --- a/Anvil/Tools/Words.pm +++ b/Anvil/Tools/Words.pm @@ -192,6 +192,10 @@ Parameters; This sets the string to be cleaned. If it is not passed in, or if the string is empty, then an empty string will be returned without error. +=head3 merge_spaces (optional) + +This is a boolean value (0 or 1) that, if set, will merge multiple spaces into a single space. If not set, multiple spaces will be left as is. The default is '1'. + =cut sub clean_spaces {