Get string using regex

Hi,

I need to fetch “https://emea.com/webviewer?projectId=5b3cb6f94aa1200013d9eaa2&documentId=5ff6f06a4da3d8142

this string from below sentence

=HYPERLINK(“https://emea.com/webviewer?projectId=5b3cb6f94aa1200013d9eaa2&documentId=5ff6f06a4da3d8142","1935844_Rabobank_Rising-ASF-Losses-to9”)

Hi @sshitol
Try this regex

(?<=[(]).*(?=[,])

Regards
Nived N
Happy Automation

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.