Merge branch 'main' into anvil-tools-dev

main
Digimer 2 years ago committed by GitHub
commit 660f38ac16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Anvil/Tools/Words.pm

@ -192,9 +192,9 @@ 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, default 1)
=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.
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

Loading…
Cancel
Save