Creating hyperlinks from structured strings
My Word file has a lot of embedded links (URLs), but Word links don't import into InDesign. So I've unpacked Word links in a structured way, with the text of the link and the underlying URL shown like this:
Click on {link}{link-text}www.someurl.com{/link-text}{link-url}http://www.someurl.com/{/link-url}{/link} to learn more.
In InDesign, I want to run a search and replace that will rebuild all such strings as hyperlinks:
Click on www.someurl.com to learn more.
Is this possible?