hotfix - another adjustment to strings package and functions structure
parent
25bec0e721
commit
e320a8af59
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Flux string package
|
||||
list_title: String package
|
||||
title: Flux strings package
|
||||
list_title: Strings package
|
||||
description: >
|
||||
The Flux string package provides functions to manipulate UTF-8 encoded strings.
|
||||
The Flux strings package provides functions to manipulate UTF-8 encoded strings.
|
||||
Import the `strings` package.
|
||||
menu:
|
||||
v2_0_ref:
|
||||
name: String
|
||||
name: Strings
|
||||
parent: Flux packages and functions
|
||||
weight: 204
|
||||
v2.0/tags: [strings, functions, package]
|
||||
|
|
|
@ -4,7 +4,7 @@ description: The strings.title() function converts a string to title case.
|
|||
menu:
|
||||
v2_0_ref:
|
||||
name: strings.title
|
||||
parent: String
|
||||
parent: Strings
|
||||
weight: 301
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ description: The strings.toLower() function converts a string to lower case.
|
|||
menu:
|
||||
v2_0_ref:
|
||||
name: strings.toLower
|
||||
parent: String
|
||||
parent: Strings
|
||||
weight: 301
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ description: The strings.toUpper() function converts a string to upper case.
|
|||
menu:
|
||||
v2_0_ref:
|
||||
name: strings.toUpper
|
||||
parent: String
|
||||
parent: Strings
|
||||
weight: 301
|
||||
---
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ description: >
|
|||
menu:
|
||||
v2_0_ref:
|
||||
name: strings.trim
|
||||
parent: String
|
||||
parent: Strings
|
||||
weight: 301
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ description: The strings.trimSpace() function removes leading and trailing space
|
|||
menu:
|
||||
v2_0_ref:
|
||||
name: strings.trimSpace
|
||||
parent: String
|
||||
parent: Strings
|
||||
weight: 301
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue