Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-12-20 09:10:54 +00:00
parent cb1e698f73
commit 47c8e9617a
24 changed files with 927 additions and 261 deletions

View File

@@ -2684,7 +2684,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).Split">UTILS.Split(str, sep)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Split string at seperators.</p>
<p>Split string at separators.</p>
</td>
</tr>
<tr class="w3-border">
@@ -8803,7 +8803,7 @@ The data will be a simple comma separated list of name and state etc, with one h
<h2><a id="#(UTILS).Split" ><strong>UTILS.Split(str, sep)</strong></a></h2>
</div>
<p>Split string at seperators.</p>
<p>Split string at separators.</p>
<p>C.f. <a href="http://stackoverflow.com/questions/1426954/split-string-in-lua">split-string-in-lua</a>.</p>
@@ -8837,7 +8837,7 @@ The data will be a simple comma separated list of name and state etc, with one h
</div>
<div class="w3-half">
<p>Speparator for split.</p>
<p>Separator for split.</p>
</div>
</div>