diff options
Diffstat (limited to 'docs/content/en/functions/strings/SliceString.md')
-rw-r--r-- | docs/content/en/functions/strings/SliceString.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/content/en/functions/strings/SliceString.md b/docs/content/en/functions/strings/SliceString.md index 377a5eb37..69e4f6f33 100644 --- a/docs/content/en/functions/strings/SliceString.md +++ b/docs/content/en/functions/strings/SliceString.md @@ -3,12 +3,11 @@ title: strings.SliceString description: Returns a substring of the given string, beginning with the start position and ending before the end position. categories: [] keywords: [] -action: - aliases: [slicestr] - related: - - functions/strings/Substr - returnType: string - signatures: ['strings.SliceString STRING [START] [END]'] +params: + functions_and_methods: + aliases: [slicestr] + returnType: string + signatures: ['strings.SliceString STRING [START] [END]'] aliases: [/functions/slicestr] --- |