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
๐Ÿ“•Throw
๐Ÿ“•Get File Data
๐Ÿ“•Map Process Data
AWS S3 Operations
โœ‰๏ธSend Email
๐Ÿ“ฌInbound email
๐Ÿ“Database
๐Ÿ“Documents
๐Ÿ“DateTime
๐Ÿ“FTP/sFTP
๐Ÿ“Json
๐Ÿ“XPath
๐Ÿ“Lists
๐Ÿ“Numerical
๐Ÿ“Strings
๐Ÿ“Converters
๐Ÿ“Excel
๐Ÿ“Scripting
๐Ÿ“Utilitary
๐Ÿ“Pdf
โค๏ธCommunity-Made
๐Ÿ“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 31 Aug 2023
Did this page help you?
PREVIOUS
Parse number
NEXT
String Left/Mid/Right
Docs powered byย Archbee
Docs powered byย Archbee