On Thu, Apr 19, 2007 at 08:31:01AM -0400, The Herbs Place wrote:
> 
> Hello,
> 
> I have several thousand relative links with or without slashes in the
> front and already corrected absolute links.
> 
> I used this pattern with a slash:
> 
> <a href=""/([^>""]*)"">([^<]*) and this was the replace pattern
> 
> <a href=""http://mydomain.com/\1"";>
> 
> This works fine if the link has no http://mydomain.com/ in front of it
> already.
> 
> So, I was wondering how I could incorporate a test for
> 
> 1. not changing the link if the http://mydomain.com/ prefix is present
> already
> 2. no slashes in front of the relative file link and if it is present
> perform the update with a slash being added to http://mydomain.com
> prefix.

I'm having trouble understanding exactly what it is you're trying to do.
Could you provide some before&after examples showing what you want to
change and what you don't want to change?

Ronald

-- 
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to