hi i need your help
i don't know if i do this
the code is here ..
the regular expression is :
PHP Code:
<script.*(?=(src=))src=\"http:\/\/www\.tvolucion\.com\/embed\/\?id=([0-9]{6})(?![0-9])\"[^\>]*(\/)?\><\/script>?
Replacement
PHP Code:
<script language="JavaScript" src="http://www.tvolucion.com/embed/?id=$p2"></script>
the regular expression work fine .. but don't work on AME
what's wrong :erm: