mirror of
https://github.com/casey/just.git
synced 2024-11-22 10:26:26 +03:00
deploy: aaef61b908
This commit is contained in:
parent
68bbb8c043
commit
08f6ca6db2
@ -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>
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user