Grab text in content output

I’m looking to grab text that is inbetween **

Example text i want to grab:
TEXT

Hi
Use


a regex in the match pattern module as shown in the attached image.

1 Like

you can use these steps

  • Search for and add the “Text Parser Advance” module to your scenario.
  • In the “text” field of the “Text Parser” module, select the text string you want to extract from. This can be a previous step’s output or a static value.
  • In the “Pattern” field, enter the regular expression \*\*(.*?)\*\*. (without single quote)
  • Connect the “Text Parser” module to the next module in your scenario or add additional actions as needed.
  • Save and run your scenario to the extraction.
    More Help…
    Best Regards
    Pro_Tanvee
1 Like