PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

Strings

The Strings folder contains actions that can be used while working with strings:

The Strings folder contains actions that can be used while working with strings:

1. String TrimStart โžœ The white spaces are removed from the beginning of a string.

2. String TrimEnd โžœ The white spaces are removed from the end of a string

3. String Trim โžœ The white spaces are removed from a string, at the beginning and at the end of the string

4. String ToUpper โžœ Converts a string to uppercase.

5. String ToLower โžœ Converts a string to lowercase.

6. String StartsWith โžœ Checks if a string starts with a specified substring.

7. String Split โžœ Split a string into a list of substrings based on a separator.

8. String NullOrEmpty โžœ Check whether the specified string is null or empty.

9. String Join โžœ Concatenates the members of a collection, using the specified separator between each member.

10. String IndexOf โžœ Reports the zero-based index of the first occurrence of the specified character in this string.

11. String EndsWith โžœ Check if a string ends with a specified substring.

12. String Contains โžœ Check if a string contains a substring.

13. String Concat โžœ Concatenates two strings.

14. Substring โžœ Retrieves a substring that starts at a specified character position.

15. RegEx validate โžœ Checks if a string matches some RegEx.

16.ย Search by String Similarityย โžœ Search a string in a list of strings by estimating the similarity.