<?php $string = ' <td class="red"><script type="text/javascript">Decode("2%65%66%_WHATEVER_8%74%74")</script></td> <td class="green"><script type="text/javascript">Decode("2%65%66%_WHATEVER_8%74%74")</script></td> <td class="red"><script type="text/javascript">Decode("2%65%66%_WHATEVER_8%74%74")</script></td> '; $pattern = '/\("\K[^"]+/'; preg_match_all($pattern, $string, $matches); print_r($matches[0]);
You have javascript disabled. You will not be able to edit any code.