Changeset 14559 for branches/dev/html/test/adachi/test4.php
- Timestamp:
- 2007/06/08 20:23:35 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/test/adachi/test4.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/test/adachi/test4.php
r14558 r14559 4 4 $pt = "/<script.*?>|<\/script>/"; 5 5 6 preg_match_all($pt, $str, $match) 6 preg_match_all($pt, $str, $match); 7 7 8 8 //$p = preg_replace("/<script.*?>|<\/script>/", '<script>', $value);
Note: See TracChangeset
for help on using the changeset viewer.
