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.
Step 1: Create a new process and give it a name.
Step 2. Add the needed variables.
- <%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:
Step 3. Configure the Between action.
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.
Step 6. Click Check Instance.
Step 6. Click Result to check the outputed list.