> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/string.md).

# String

## Introduction

The **String** **Nodes** provide a means for the user to perform several actions to manipulate **Strings**, whether that be setting or changing a value, combining **Strings**, or converting other **Objects** into **Strings** and vice versa.

## Contents

* [**Capitalize**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**CharCodeAt**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**Compare**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**Concat Strings**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**Contains**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**CryptoHash**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**EndsWith**](/incari-studio/toolbox/string/endswith.md)
* [**Format**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**FormatArray**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**IndexOf**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**IsLower**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**IsUpper**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**JSON Parse**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**JSON Stringify**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/string/broken-reference/README.md)
* [**Join**](/incari-studio/toolbox/string/join.md)
* [**LastIndexOf**](/incari-studio/toolbox/string/lastindexof.md)
* [**Length**](/incari-studio/toolbox/string/length.md)
* [**Lower**](/incari-studio/toolbox/string/lower.md)
* [**MatchRegex**](/incari-studio/toolbox/string/match-regex.md)
* [**PaddingLeft**](/incari-studio/toolbox/string/paddingleft.md)
* [**PaddingRight**](/incari-studio/toolbox/string/paddingright.md)
* [**RandomString**](/incari-studio/toolbox/string/random.md)
* [**RemoveCharacters**](/incari-studio/toolbox/string/remove-characters.md)
* [**Replace**](/incari-studio/toolbox/string/replace.md)
* [**ReplaceRegex**](/incari-studio/toolbox/string/replaceregex.md)
* [**Reverse**](/incari-studio/toolbox/string/reverse.md)
* [**Split**](/incari-studio/toolbox/string/split.md)
* [**StartsWith**](/incari-studio/toolbox/string/startswith.md)
* [**String Value**](/incari-studio/toolbox/string/stringvalue.md)
* [**Substring**](/incari-studio/toolbox/string/substring.md)
* [**Trim**](/incari-studio/toolbox/string/trim.md)
* [**TrimLeft**](/incari-studio/toolbox/string/trimleft.md)
* [**TrimRight**](/incari-studio/toolbox/string/trimright.md)
* [**Upper**](/incari-studio/toolbox/string/upper.md)
