hotfix - flux string package functions

pull/159/head
Scott Anderson 2019-04-11 09:54:31 -06:00
parent e1dd414a55
commit 25bec0e721
5 changed files with 5 additions and 5 deletions

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: Strings
parent: String
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: Strings
parent: String
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: Strings
parent: String
weight: 301
---

View File

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