delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

onclick="tag'(.*?)"  search finds even those that do not require changes due to the generality of the (.*?) command.
how can i find all the ones that do not have '; and replace with preg_replace .
Assistance highly appreciated


What i am trying to do is to edit multiple html pages with a php script.  However what i do not know is how to implement Regex to do what i need.
i have a javascript code that replaced a tag="such and such" to onclick="tag'such and such';"  however find and replace only replaced the first part leaving the following:
onclick="tag'such and such"
i need to parse the DOM and add '; before the "
onclick="tag'(.*?)"  search finds even those that do not require changes due to the generality of the (.*?) command.
how can i find all the ones that do not have '; and replace with preg_replace .
Assistance highly appreciated

TOP

Would be better to fix your expression instead of trying to throw another one at it.
What expression/code do you have?

TOP

贴贴推一下团队QQ:786748447 1分钱一贴

贴贴推一下团队QQ:786748447  1分钱一贴

发5000个高人气论坛仅需10圆钱 保证搜索引擎当天收录!
把您需要发布的信息内容给我 我为您在各大高人气论坛发布推广
10圆钱发5000个高人气论坛!1000贴!
10圆钱限一篇文章!发到5000个论坛发1000帖子!
保证百度当天收录!查看发帖效果 请于隔天上百度搜索帖子标题!
郑重声明:办理发帖业务的只有这一个QQ:786748447
诚信交易  保证发帖质量 联系QQ:786748447
把你要发的内容给我!支付宝即时到帐或银行卡付款 款到即发  必须先付款!
本人全天在线!业务介绍都在我发布的宣传内容里!加完本人QQ后你所要做的:一 把你要发的内容给我!二 告诉我你的付款方式!三 付款!



[i]onclick="tag'(.*?)"  search finds even those that do not require changes due to the generality of the (.*?) command.
how can i find all the ones that do not have '; and replace with preg_replace .
Assistance highly appreciated[/i]

TOP

Back Forum