HOW DO I SPLIT A STRING WITH RESPECT TO THE START AND END WORDS FROM THAT STRING?

Hi Team,

I am having a string:- “This is the start of the string and this is an end of the string.”

Now I want to extract the value between the “start” and “end” words of the string.

Eg:-

Input - “This is the start of the string and this is an end of the string.”
Output - “of the string and this is an”

Hope the requirement is clear.

Kindly help.

Thanks and Regards,
@hacky

You can use “Matches” activity then config.
image

2 Likes