View Single Post
 
Old 11-05-2015, 02:47 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 text

I apologize for asking the solution of previously answered question here as I am not able to work around with this.

Please merge it if required.

I have Number like this.

Quote:
US 20150299200
I want to insert hyperlink to it like this way

[/QUOTE]http://pimg-faiw.uspto.gov/fdd/00/2015/92/029/0.pdf[/QUOTE]

I want to find

Code:
([US]{2}) ([0-9]{4})([0-9]{3})([0-9]{2})([0-9]{2})
and insert hyperlink like this.

Code:
([US]{2}) ([0-9]{4})([0-9]{3})([0-9]{2})([0-9]{2})

I want to keep US 20150299200 as it is.
Reply With Quote