PCRE functions, php 정규표현 관련 함수
2020. 1. 15. 16:10ㆍPHP
728x90
PCRE(Perl Compatible Regular Expression):
- preg_filter — Perform a regular expression search and replace
- preg_grep — Return array entries that match the pattern
- preg_last_error — Returns the error code of the last PCRE regex execution
- preg_match_all — Perform a global regular expression match
- preg_match — Perform a regular expression match
- preg_quote — Quote regular expression characters
- preg_replace_callback_array — Perform a regular expression search and replace using callbacks
- preg_replace_callback — Perform a regular expression search and replace using a callback
- preg_replace — Perform a regular expression search and replace
- preg_split — Split string by a regular expression
728x90
반응형
'PHP' 카테고리의 다른 글
php microtime, codeigniter profiler 페이지 로딩시간 확인 (0) | 2020.05.30 |
---|---|
session_start() 로컬호스트 연결 에러 ERR_CONNECTION_RESET (0) | 2020.01.23 |
$_SERVER (0) | 2020.01.15 |
PHP url Notice: Undefined index 에러 (0) | 2020.01.07 |
AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? (2) | 2020.01.06 |