preg_math_template

Run Settings
LanguagePHP
Language Version
Run Command
<?php $str = <<<EOT <tr><th rowspan="3">价格</th>&#13; <td class="f12">订货量(公斤)</td>&#13; <td class="f12">价格(元/公斤)</td>&#13; </tr><tr><td>1-999</td>&#13; <td><span class="red">40.00</span></td>&#13; </tr><tr><td>≥1000</td>&#13; <td><span class="red">35.00</span></td>&#13; </tr><tr><th>供货总量</th>&#13; <td colspan="2">1000000000000公斤</td>&#13; </tr><tr><th>产地</th>&#13; <td colspan="2">陕西省/西安市</td>&#13; </tr><tr><th>发货期</th>&#13; <td colspan="2">自买家付款之日起2天内发货</td>&#13; </tr> EOT; $pattern = '/<tr>[\w+]<\/tr>/i'; preg_match($pattern, $str, $match); var_dump($match);
Editor Settings
Theme
Key bindings
Full width
Lines