We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0052a76 commit 1143764Copy full SHA for 1143764
docs/reference/schemas/config/functions/string.md
@@ -241,4 +241,17 @@ The `string()` function returns the string representation of the input value.
241
Type: string
242
```
243
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
252
<!-- 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