View Single Post
 
Old 05-08-2015, 05:33 AM
PRA007's Avatar
PRA007 PRA007 is offline Windows 7 32bit Office 2010 32bit
Competent Performer
 
Join Date: Dec 2014
Location: Ahmedabad, Gujrat, India
Posts: 145
PRA007 is on a distinguished road
Default How to insert hyperlink based on the text

Hi,
I was searching on the net if it is possible to find specific text and then convert it to hyperlink for example

I have patent number
US 20140343287 A1

I would like to insert hyperlink to the text
the formate for inserting hyperlink is based on what we find without space

like
https://www.google.co.in/patents/US20140343287A1?cl=en

or any formate i desire which will be the same only the text will be replace

I was able to make the link using find and replace funciton of word.

Find what
([A-Z]{2}) ([0-9]{4,}) ([A-Z0-9]{1,2})
Replace with
https://www.google.co.in/patents/\1\2\3?cl=en
Reply With Quote