Welcome Guest, Not a member yet? Register   Sign In
pre_replace not sure what the correct expression is
#1

[eluser]bugboy[/eluser]
Hi all

I need to scan a block of body copy that will replace certain words within the copy with other words.

I can do this is and got this part working.

How ever i need it to replace only words out side of any html tags. <.*> </.*> < />

So if the word appears in a link its ignored.

Any ideas on how to do this?

my code so far

PHP Code:


Code:
$patterns[] = '/'.$tag.'(?![^<]*>)/i';
$replacements[] = '<a  href="'/'.$tag.'">'.$tag.'</a>';


Thanks


Messages In This Thread
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 06:25 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 07:19 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 07:50 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 08:10 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 08:20 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 08:42 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 09:16 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 09:39 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 09:43 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 10:17 AM
pre_replace not sure what the correct expression is - by El Forum - 09-21-2009, 11:13 AM
pre_replace not sure what the correct expression is - by El Forum - 09-22-2009, 02:26 AM
pre_replace not sure what the correct expression is - by El Forum - 09-22-2009, 03:13 AM
pre_replace not sure what the correct expression is - by El Forum - 09-22-2009, 04:50 AM
pre_replace not sure what the correct expression is - by El Forum - 09-22-2009, 06:15 AM
pre_replace not sure what the correct expression is - by El Forum - 09-22-2009, 06:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB