Search and replace.

  • Thread starter Thread starter tivaelydoc
  • Start date Start date
Try this:

Enable Use Wildcards

Find what: <[0-9]@>

Replace with: <a href="http://www.whateverlink.com/141556089">^&</a><br/>

Explanation:

<[0-9]@> finds any string of numbers.


^& is a token that inserts whatever matches the search string into the
Replace string.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top