website logo
πŸ”­Overview
πŸ’ΌPlatform Actions
πŸ’œIntegrations
🧰Custom Actions
πŸ› οΈDeveloper's Guide
Navigate through spaces
⌘K
πŸ“•Call API
πŸ“•Generate Document
πŸ“•Call Subprocess
πŸ“•Decisional
βš“Decisional Further Reading
πŸ“•Join
πŸ“•Delay
πŸ“•For Each
πŸ“•Get File Data
πŸ“•Map Process Data
βœ‰οΈSend Email
πŸ“¬Inbound email
πŸ“Database
πŸ“Documents
πŸ“DateTime
πŸ“FTP/sFTP
πŸ“Json
πŸ“XPath
πŸ“Lists
πŸ“Numerical
πŸ“Strings
πŸ“Converters
πŸ“Excel
πŸ“Scripting
πŸ“Utilitary
πŸ“Pdf
πŸ“Beta
Docs powered byΒ archbeeΒ 

Strings

0min

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.

Updated 04 Apr 2023
Did this page help you?
Yes
No
PREVIOUS
Parse number
NEXT
String Left/Mid/Right
Docs powered byΒ archbeeΒ