diff --git a/docs/registries/regexp.md b/docs/registries/regexp.md index 751f92f..2ee798c 100644 --- a/docs/registries/regexp.md +++ b/docs/registries/regexp.md @@ -197,4 +197,3 @@ The function finds all matches of a regex pattern with named capturing groups in ``` {% endtab %} {% endtabs %} - diff --git a/docs/registries/strings.md b/docs/registries/strings.md index 0896d3d..f4518ed 100644 --- a/docs/registries/strings.md +++ b/docs/registries/strings.md @@ -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.
NameValue
Signature
Substring(start int, end int, str string) string
-
Must version
+ {% tabs %} {% tab title="Template Example" %}