hotfix - another adjustment to strings package and functions structure

pull/159/head
Scott Anderson 2019-04-11 09:58:57 -06:00
parent 25bec0e721
commit e320a8af59
6 changed files with 9 additions and 9 deletions

View File

@ -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]

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -6,7 +6,7 @@ description: >
menu:
v2_0_ref:
name: strings.trim
parent: String
parent: Strings
weight: 301
---

View File

@ -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
---