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