Added lower_case and upper_case commands

This commit is contained in:
AlexApps99
2020-01-14 17:10:19 +13:00
committed by Brenden Matthews
parent 6ad788b78d
commit 1bb8754dce
4 changed files with 45 additions and 1 deletions

View File

@@ -3847,7 +3847,27 @@
</command>
<option>text</option>
</term>
<listitem>All words capitalized regardless.
<listitem>Capitalises the start of each word.
<para /></listitem>
</varlistentry>
<varlistentry>
<term>
<command>
<option>lower_case</option>
</command>
<option>text</option>
</term>
<listitem>Converts all letters into lowercase.
<para /></listitem>
</varlistentry>
<varlistentry>
<term>
<command>
<option>upper_case</option>
</command>
<option>text</option>
</term>
<listitem>Converts all letters into uppercase.
<para /></listitem>
</varlistentry>
<varlistentry>