Hi all, I am using the below regular expression to extract the text between Obligations and Renewal.
(?<=Obligations\s*)[\s\S]*?(?=\s*Renewal)
Now, I would also like to get rid of those highlighted words too. How do I adjust the above code snippet to achieve the result?
The output should be
Many thanks
You can use "Replace text" instead of Parse like below to replace the red highlighted text with empty string.
Thanks,
Deenuji Loganathan 👩💻
Automation Evangelist 🤖
Follow me on LinkedIn 👥
-------------------------------------------------------------------------------------------------------------
If I've helped solve your query, kindly mark my response as the solution ✔ and give it a thumbs up!👍 Your feedback supports future seekers 🚀
Hi @nicklimcs ,
When Both Start and End Flag as Static. Instead of Parse text you can you use Crop Text action as shown below.
(Note:- if you got your solution you can mark as solution and gives kudos)
Thanks & Regards
Vishnu Reddy