php 한글,영어,숫자,특수문자 정규식
페이지 정보
본문
function CheckMcryptPad_1($nval){
//$pattern = '/([xEA-xED][x80-xBF]{2}|[a-zA-Z0-9.~!@#$%&*()_+^])+/';
$pattern = '/([xEA-xED][x80-xBF]{2}|[a-zA-Z0-9.~!@#$%&*()_+^-'\"`~;:<>,?/{}[]|])+/';
preg_match_all($pattern, $nval, $match);
return implode('', $match[0]);
}
//$pattern = '/([xEA-xED][x80-xBF]{2}|[a-zA-Z0-9.~!@#$%&*()_+^])+/';
$pattern = '/([xEA-xED][x80-xBF]{2}|[a-zA-Z0-9.~!@#$%&*()_+^-'\"`~;:<>,?/{}[]|])+/';
preg_match_all($pattern, $nval, $match);
return implode('', $match[0]);
}
- 이전글php 날짜 제어 new 20.02.21
- 다음글php 다중 셀렉트박스 DB 20.02.21
댓글목록
등록된 댓글이 없습니다.