Extracting substring of a Variable

Any idea how I could extract a substring from a KM Variable “big_string” into a new variable “extracted_string”

EXAMPLE:
big_string = aaa, bbbbb, cc, get next, ssss, eeeee, fffff, stop before this, zzzzzz, cccccc

extracted_string should be = ssss, eeeee, fffff

In other words I am looking for the text between the 2 strings: “get next,” and “stop before this”

Thanks.

Use the Search Variable action.

1 Like