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