You do. I am using the exact string you have in this post except that I am using h1 rather than a div. I just got my perl book out and refreshed myself on regex.
Why do you have both an * and ? doesn't .* mean any character 0 or more times and the ? mean 1 or more times?Is what I am looking at in the post altered by the process. I tried to enter the H1 and DIV with the brackets and it really messed up the post. Update: I fixed the yellow screen of death but the actual supsitiution is taking place here is the rule. Replace Title
.*?(.*?)(.*?)]]>
$2$1]]>
My code gets eaten in this post even if it is formated as "code". How did you make your orifinal post? /DaveS |