Update formatter expansion list

This commit is contained in:
Andre_601 2021-02-17 17:15:59 +01:00 committed by GitHub
parent e3bef564f2
commit 2f0f717d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -479,10 +479,10 @@ More info about this expansion can be found on the [GitHub-Repository](https://g
%formatter_number_time_hours_<number>% # Handles number as hours
%formatter_number_time_hrs_<number>% # Handles number as hours
%formatter_replace_<target>_<replacement>_<text>%
%formatter_text_substring_<start:end>_<text>%
%formatter_text_uppercase_<text>%
%formatter_text_lowercase_<text>%
%formatter_join_<target>_<separator>_<text>%
```
----