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

String Between

4min

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 Aug 2023
Did this page help you?
PREVIOUS
RegEx Replace
NEXT
RegEx Extract
Docs powered by Archbee
TABLE OF CONTENTS
How to
Docs powered by Archbee