(?:href=|href="|href=')((?:http|https)://(.+))(?:">|'>|>)

Does this help at all??? This will find all http or https links??

Eric

On 1/23/07, Eric Haskins <[EMAIL PROTECTED]> wrote:
>
> When I test it tells me not enough (
>
> I am troubleshooting it now .... out sick today but list draws me back
> everytime lol
>
> Eric
>
>
>  On 1/23/07, Dave Phillips <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > The RegExp below is giving me more than I want.  It is returning things
> > that I don't want:
> >
> > mailto:
> > urn:schemas-microsoft-com:office:office
> >
> > and others.  I want to chnage it to only return url's starting with
> > http: or https:.  Here's what I currently have:
> >
> > ([A-Za-z][A-Za-z0-9+.-]{1,120}:[A-Za-z0-9/](([A-Za-z0-9$_.+!*,;/?:@&~=-])|%[A-Fa-f0-9]{2}){1,333}(##([a-zA-Z0-9][a-zA-Z0-9$_.+!*,;/?:@&~=%-]{0,1000}))?)
> >
> >
> > I think I want something like this, but it doesn't seem to be working
> > right:
> >
> > ([http|https]:[A-Za-z0-9/](([A-Za-z0-9$_.+!*,;/?:@&~=-])|%[A-Fa-f0-9]{2}){1,333}(##([a-zA-Z0-9][a-zA-Z0-9$_.+!*,;/?:@&~=%-]{0,1000}))?)
> >
> >
> > Can someone clear this up for me please?
> >
> > Thanks,
> >
> > Dave
> >
> > 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267366
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to