Skip to content

Commit 1143764

Browse files
committed
Related function section
1 parent 0052a76 commit 1143764

File tree

1 file changed

+13
-0
lines changed
  • docs/reference/schemas/config/functions

1 file changed

+13
-0
lines changed

docs/reference/schemas/config/functions/string.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,17 @@ The `string()` function returns the string representation of the input value.
241241
Type: string
242242
```
243243

244+
## Related functions
245+
246+
- [`concat()`][00] - Concatenates strings together
247+
- [`int()`][01] - Converts a string to an integer
248+
- [`bool()`][02] - Converts a string to a boolean
249+
- [`base64()`][03] - Encodes a string to Base64 format
250+
- [`length()`][04] - Returns the length of a string
251+
244252
<!-- Link reference definitions -->
253+
[00]: ./concat.md
254+
[01]: ./int.md
255+
[02]: ./bool.md
256+
[03]: ./base64.md
257+
[04]: ./length.md

0 commit comments

Comments
 (0)