php regex: find inline javascript in HTML document

Loorboifyinty

New Member
i need to find inline javascript with php regex. I can find external script, but not inline, can anybody help me? Here is my pattern for external:\[code\]"/<script(.*?)src(.*?)>(.*?)<\/script\s*>/smi"\[/code\]Any ideas?
 
Back
Top