input 박스안의 내용을 순수 String 으로 치환하는 정규식
마스터욱
0
33
0
0
2017-09-24 22:14:14
$content = preg_replace("/\<input(.*?)value=[\'|\"](.*?)[\'|\"](.*?)\>/", "$2", $content);