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Β 

String Between

5min

String Between will allow you to extract all strings from a text using a start and end section and store them in a list.

How to

Step 1: Create a new process and give it a name.

Document image
ο»Ώ

Step 2. Add the needed variables.

Document image
ο»Ώ
  • ο»Ώ<%InpuString%> - the text to search in.
  • ο»Ώ<%start%> - where the substring should start from.
  • ο»Ώ<%end%> - where the substring ends.
  • ο»Ώ<%Result%> - the list of uubstrings found in the text.

We will use the following defaults for our example:

Text
|
<%InpuString%>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

<%start%>
Ipsum

<%end%>
dummy
ο»Ώ

Step 3. Configure the String Between action.

Document image
ο»Ώ

The two checkboxes at the end can be used if you wish to include the start and end strings in the newly created strings.

Step 4. Save, Validate and Run the process.

Step 5. Add the input data and click Run.

Document image
ο»Ώ

Step 6. Click Check Instance.

Document image
ο»Ώ

Step 6. Click Result to check the outputed list.

Document image
ο»Ώ

ο»Ώ

Updated 31 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
RegEx Replace
NEXT
RegEx Extract
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
How to