# STRING

<table><thead><tr><th width="128">Plugin</th><th width="138">Name</th><th>Description</th></tr></thead><tbody><tr><td><img src="https://2866306475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsOJKIPVBwStiyHDRNL5F%2Fuploads%2FVBnkY0l1MXXfyUEcWGdw%2FUpper%20Case.png?alt=media&#x26;token=e766f49c-d27f-431f-b3ab-d1c305d1c85c" alt="" data-size="original"></td><td><strong>Upper Case</strong></td><td><strong>The Upper Case</strong> converts the input text to uppercase letters and outputs the transformed text.</td></tr><tr><td><img src="https://2866306475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsOJKIPVBwStiyHDRNL5F%2Fuploads%2FRDUSi2PH1ANdPmNCz4NS%2FLower%20Case.png?alt=media&#x26;token=59da2dbb-95d6-49f9-a69b-dfd4ed575ebd" alt="" data-size="original"></td><td><strong>Lower Case</strong></td><td><strong>The Lower Case</strong> converts the input text to lowercase letters and outputs the transformed text.</td></tr><tr><td><img src="https://2866306475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsOJKIPVBwStiyHDRNL5F%2Fuploads%2F58bDij6dk9uXS5M9eT1Z%2FConcat.png?alt=media&#x26;token=88568691-0072-48a9-b473-17a8e849ec3e" alt="" data-size="original"></td><td><strong>Concat</strong></td><td><strong>The Concat</strong> combines multiple pieces of information from the input into a single output.</td></tr><tr><td><img src="https://2866306475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsOJKIPVBwStiyHDRNL5F%2Fuploads%2FEnxVInHAsozV1LRA9qwy%2FIndex%20Of.png?alt=media&#x26;token=3084a264-6450-40e0-92ab-f2eea6d1f91a" alt="" data-size="original"></td><td><strong>Index Of</strong></td><td><strong>The Index of</strong> is used to find the index number of a specific character or expression within the incoming information. For example, in the string each character of this description has an index number, the index number of the character "x" is 4.</td></tr><tr><td><img src="https://2866306475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsOJKIPVBwStiyHDRNL5F%2Fuploads%2FimIOkpmHuEIbfIriucys%2FReplace.png?alt=media&#x26;token=6018a68b-16a6-4d01-807b-656758e011a4" alt="" data-size="original"></td><td><strong>Replace</strong></td><td><strong>The Replace</strong> is used to substitute a specified expression with another expression within the input text.</td></tr><tr><td><img src="https://2866306475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsOJKIPVBwStiyHDRNL5F%2Fuploads%2FkuezOArXEL4OITdauZOm%2FStarts%20With.png?alt=media&#x26;token=9e15bfa7-461a-4c55-b693-c153b3aba76e" alt="" data-size="original"></td><td><strong>Starts With</strong></td><td><strong>The Starts With</strong> checks if the incoming expression begins with the assigned text, the output will be 1; otherwise, the output will be 0.</td></tr><tr><td><img src="https://2866306475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsOJKIPVBwStiyHDRNL5F%2Fuploads%2F2LRumrUnYq2gGuJN0mRg%2FEnds%20With.png?alt=media&#x26;token=b1830f64-f952-4c2c-9512-2127032d9bcc" alt="" data-size="original"></td><td><strong>Ends With</strong></td><td><strong>The Ends With</strong> checks if the incoming expression concludes with the assigned text, the output will be 1; otherwise, the output will be 0.</td></tr><tr><td><img src="https://2866306475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsOJKIPVBwStiyHDRNL5F%2Fuploads%2FC0Hx24pqkofsiHewdZcZ%2FSubstirng.png?alt=media&#x26;token=80d43f06-6388-43d9-8f46-1a0a417027eb" alt="" data-size="original"></td><td><strong>Substring</strong></td><td><strong>The</strong> <strong>Substring</strong> extracts the characters between two specified positions in the incoming expression and outputs the result.</td></tr></tbody></table>
