Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Basic Realbasic > Re: Modifying a...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 7 Topic 3313 of 3325
Post > Topic >>

Re: Modifying all URLs in a string

by John <jmrukkers@[EMAIL PROTECTED] > May 9, 2008 at 06:46 AM

Allan Drake wrote:
> I am modifying URLs for amazon products in a string along with other
> html data in a real basic script. I can't find the right way to do it.
> 
> An Example URL:
>
http://www.amazon.com/exec/obidos/ASIN/B0013EF17O/ref=br_nf_0_4?pf_rd_p=369756201&pf_rd_s=center-11&pf_rd_t=101&pf_rd_i=496994&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=0N5NC0HECYSPF2G37FPK
> 
> 
> After  "/ASIN/B0013EF17O/" I want to insert my standard amazon
> affiliate code    so it would be like....
> 
> /ASIN/B0013EF170/**myaffiliatecodehere***/   <---> chop off the rest
> of the URL
> 
> 
> So I am basically, searching, inserting my code in the right spot, and
> then chopping off part of the URL. I need to do this for every link in
> my string.
> 

How about using a regular expression with a search pattern of 
(http://www.amazon.com/exec/obidos/ASIN/.+?/)
and an output pattern of 
$1***myaffiliatecodehere***/

That should do the trick.

Good luck -- John
 




 7 Posts in Topic:
Modifying all URLs in a string
Allan Drake <supercool  2008-05-08 07:09:52 
Re: Modifying all URLs in a string
Allan Drake <supercool  2008-05-08 07:12:27 
Re: Modifying all URLs in a string
"Auric__" <n  2008-05-08 16:18:25 
Re: Modifying all URLs in a string
John <jmrukkers@[EMAIL  2008-05-09 06:46:19 
Re: Modifying all URLs in a string
Allan Drake <supercool  2008-05-12 14:43:49 
Re: Modifying all URLs in a string
"Rick Rothstein \(MV  2008-05-19 02:59:36 
Re: Modifying all URLs in a string
"Rick Rothstein \(MV  2008-05-19 03:02:27 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 19 20:05:54 CDT 2008.