'분류 전체보기'에 해당되는 글 151건
PHP 정규표현식
원문/출처 : www.catswhocode.com/blog/15-php-regular-expressions-for-web-developers/번역/추철 : http://smartjuho.tistory.com/entry/PHP-%EC%A0%95%EA%B7%9C%ED%91%9C%ED%98%84%EC%8B%9D 정규표현식 문법정규식결과fooThe string “foo”^foo“foo” at the start of a stringfoo$“foo” at the end of a string^foo$“foo” when it is alone on a string[abc]a, b, or c[a-z]Any lowercase letter[^A-Z]Any character that is not a uppercase lette..
PHP | 2016. 5. 5. 21:09
RECENT COMMENT