Skip to content

Commit ad053bf

Browse files
authored
Merge pull request #433 from gphotosuploader/release-4.4.0
Fix documentation
2 parents a053e1a + 28f1988 commit ad053bf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/configuration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,15 @@ Using `template:` followed by a template string that can contain the following p
179179

180180
##### Functions
181181

182-
| Placeholder | Description |
183-
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
184-
| $cutLeft(x,n) | Removes the first n characters of string x and returns the result. |
185-
| $cutRight(x,n) | Removes the last n characters of string x and returns the result. |
186-
| $regex(x,expr,repl) | Replaces the pattern specified by the regular expression expr in the string x by repl. The fourth optional parameter enables ignore case (1) or disables the ignore case setting (0). Please note that you have to escape comma and other special characters in expr. |
187-
| $sentence(x) | Converts the given string to sentence case. |
188-
| $title(x) | Converts the given string to title case. |
189-
| $upper(x) | Converts the given string to upper case. |
190-
| $lower(x) | Converts the given string to lower case. |
182+
| Placeholder | Description |
183+
|---------------------|----------------------------------------------------------------------------------------|
184+
| $cutLeft(x,n) | Removes the first n characters of string x and returns the result. |
185+
| $cutRight(x,n) | Removes the last n characters of string x and returns the result. |
186+
| $regex(x,expr,repl) | Replaces the pattern specified by the regular expression expr in the string x by repl. |
187+
| $sentence(x) | Converts the given string to sentence case. |
188+
| $title(x) | Converts the given string to title case. |
189+
| $upper(x) | Converts the given string to upper case. |
190+
| $lower(x) | Converts the given string to lower case. |
191191

192192
##### Examples
193193

0 commit comments

Comments
 (0)