1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 10:26:26 +03:00
This commit is contained in:
casey 2022-10-25 03:41:26 +00:00
parent 68bbb8c043
commit 08f6ca6db2
4 changed files with 8 additions and 2 deletions

View File

@ -213,6 +213,9 @@ The executable is at: /bin/just
<h4 id="string-manipulation"><a class="header" href="#string-manipulation">String Manipulation</a></h4>
<ul>
<li>
<p><code>capitalize(s)</code><sup>master</sup> - Convert first character of <code>s</code> to uppercase and the rest to lowercase.</p>
</li>
<li>
<p><code>lowercase(s)</code> - Convert <code>s</code> to lowercase.</p>
</li>
<li>

View File

@ -954,6 +954,9 @@ The executable is at: /bin/just
<h4 id="string-manipulation"><a class="header" href="#string-manipulation">String Manipulation</a></h4>
<ul>
<li>
<p><code>capitalize(s)</code><sup>master</sup> - Convert first character of <code>s</code> to uppercase and the rest to lowercase.</p>
</li>
<li>
<p><code>lowercase(s)</code> - Convert <code>s</code> to lowercase.</p>
</li>
<li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long