Skip to content

Commit

Permalink
Merge branch 'main' into chore/resolve-issues-on-doc-with-a-ci
Browse files Browse the repository at this point in the history
Signed-off-by: Atomys <contact@atomys.fr>
  • Loading branch information
42atomys authored Nov 27, 2024
2 parents bf76a45 + c2eba88 commit 26c7b38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/registries/regexp.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,3 @@ The function finds all matches of a regex pattern with named capturing groups in
```
{% endtab %}
{% endtabs %}

2 changes: 1 addition & 1 deletion docs/registries/strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Splits a string into a specified number of parts using a separator, returning a
Extracts a portion of a string based on given start and end positions, with support for negative indices to count from the end.

<table data-header-hidden><thead><tr><th width="164">Name</th><th>Value</th></tr></thead><tbody><tr><td>Signature</td><td><pre class="language-go"><code class="lang-go">Substring(start int, end int, str string) string
</code></pre></td></tr><tr><td>Must version</td><td><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td></tr></tbody></table>
</code></pre></td></tr></tbody></table>

{% tabs %}
{% tab title="Template Example" %}
Expand Down

0 comments on commit 26c7b38

Please sign in to comment.