I need to extract the part in the href only once. However I also need to specify that it must match only hrefs where the following text is: Launch Information Processing Workflow
,
<a class="wcmListViewLink" target="_blank" href="getContent?objectStoreName=Nice&vsId=%7BE6B85994-9B93-4A3C-878A-C7BBBA39BAD8%7D&objectType=document&folderId=%7BB51627F8-D74C-4607-ADD7-AC9C125D67F9%7D">Launch Information Processing Workflow</a>
The following reged worked:
href="(.+?)%7D"
How can I make it more specific and require the Launch Information Processing Workflow
text piece?