Strings

Between

4min

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

Between action was previously called String Between.



How to

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

Document image

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


Step 3. Configure the 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 16 Feb 2024
Doc contributor
Doc contributor
Did this page help you?