Regex Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreRegex Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 27th, 2011, 11:04 PM
web_developer's Avatar
web_developer web_developer is offline
Web Developer
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2006
Posts: 480 web_developer User rank is First Lieutenant (10000 - 20000 Reputation Level)web_developer User rank is First Lieutenant (10000 - 20000 Reputation Level)web_developer User rank is First Lieutenant (10000 - 20000 Reputation Level)web_developer User rank is First Lieutenant (10000 - 20000 Reputation Level)web_developer User rank is First Lieutenant (10000 - 20000 Reputation Level)web_developer User rank is First Lieutenant (10000 - 20000 Reputation Level)web_developer User rank is First Lieutenant (10000 - 20000 Reputation Level)web_developer User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 6 Days 11 h 27 m 59 sec
Reputation Power: 111
Thumbs up Want to append http:.// in url

I have one long description string which have some URL included, Among it some url have http:// and some have not so I want to add http:// in those URL. And for that I have write below Regex but it's not working.. can anyone help me out what should I have to do?

PHP Code:
<?php

$str 
'test ad <a href="www.google.com">Google</a> test ad 
                    <a href=\'www.gmail.com\'>Gmail</a> test ad 
                    <a href="http://www.google.com">Google</a>'
;



$output preg_replace('@(href="|href=\'[^http://])@','$1http://',$str);

echo 
$output;

?>
__________________
I will try my best !!!

Last edited by web_developer : July 27th, 2011 at 11:05 PM. Reason: Forget to PHP quote

Reply With Quote
  #2  
Old July 28th, 2011, 11:46 AM
requinix's Avatar
requinix requinix is offline
Still alive
Click here for more information.
 
Join Date: Mar 2007
Location: Washington, USA
Posts: 12,683 requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)  Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 5 Months 1 Week 4 Days 2 h 49 m 16 sec
Reputation Power: 8969
Send a message via AIM to requinix Send a message via MSN to requinix Send a message via Yahoo to requinix Send a message via Google Talk to requinix
Generally one can produce better results if one actually learns the material as opposed to just guessing.
PHP Code:
 preg_replace('#href=["\'](?![a-z]+://)#i''$0http://'$str

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreRegex Programming > Want to append http:.// in url

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap