hotfix - flux string package functions
parent
e1dd414a55
commit
25bec0e721
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ description: >
|
|||
menu:
|
||||
v2_0_ref:
|
||||
name: strings.trim
|
||||
parent: Strings
|
||||
parent: String
|
||||
weight: 301
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue