Skip to content

Commit 91c483d

Browse files
committed
Document f_chomp
1 parent 64a2a25 commit 91c483d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modules/reference/pages/name-templates.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The following functions may be used to modify text:
2626
| f_checksum_sha384 | file checksum with the given algorithm
2727
| f_checksum_sha512 | file checksum with the given algorithm
2828
| 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
2930
| f_dash | transforms `.` and `_` into `-`
3031
| f_delete_whitespace | deletes all whitespaces from a String
3132
| f_escape_csv | returns a String value for a CSV column enclosed in double quotes, if required

0 commit comments

Comments
 (0)