We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a2a25 commit 91c483dCopy full SHA for 91c483d
docs/modules/reference/pages/name-templates.adoc
@@ -26,6 +26,7 @@ The following functions may be used to modify text:
26
| f_checksum_sha384 | file checksum with the given algorithm
27
| f_checksum_sha512 | file checksum with the given algorithm
28
| f_chop | remove the last character from a String
29
+| f_chomp | removes one newline from end of a String if it's there, otherwise leave it alone
30
| f_dash | transforms `.` and `_` into `-`
31
| f_delete_whitespace | deletes all whitespaces from a String
32
| f_escape_csv | returns a String value for a CSV column enclosed in double quotes, if required
0 commit comments