코딩동강

[regex] PHP 정규표현식 패턴 15강 - 수량자 ─ { } (중괄호) - 문자 반복 횟수 특정

2,624


 


 패턴 15  - { } (중괄호) - 문자 반복 횟수 특정

    {a}  :   딱 a숫자만큼 해당  - Case 1
    {a,b}  :  최소 a, 최대 b 숫자까지 해당  -  Case 2
    {a,}  :  최소 a 숫자 이상이면 해당  -  Case 3


Source

One ring to bring them all and in the darkness bind them


Case 1  -  어떠한 문자든 5개씩 반복

Regular Expression: .{5}
First match: One ring to bring them all and in the darkness bind them
All matches: One ring to bring them all and in the darkness bind them

Case 2  -  소문자 e , l , s  조합으로 최소1 최대 3개씩 반복

Regular Expression: [els]{1,3}
First match: One ring to bring them all and in the darkness bind them
All matches: One ring to bring them all and in thedarkness bind them


Case 3  -  소문자 a ~ z 중 최소 3글자 이상씩 반복

Regular Expression: [a-z]{3,}
First match: One ring to bring them all and in the darkness bind them
All matches: One ring to bring them all and in thedarkness bind them

 


분류 제목
regex PHP 60강 - 정규표현식 검색3 (키 활용해 배열 추출) ★★★
regex PHP 59강 - 정규표현식 검색2 (순수도메인 주소 추출) ★★★★★
regex PHP 58강 - 정규표현식 검색 (= preg_match함수 =프레그매치함수) ★★★★★
regex PHP 57강 - 정규표현식 기본 (구분자) + 정규표현식 장단점 ★★★
PHP-생코 PHP 56강 - 문자열 처리 (표기 / 줄바꿈 / 연결 / 주요함수) ★★★★★★★★★★
PHP-생코 PHP 55강 - 이미지 예제2 (워터마크 watermark) ★★★
PHP-생코 PHP 54강 - 이미지 예제 1 - 2/2 (= 입력된 텍스트를 이미지로 만들기)
PHP-생코 PHP 53강 - 이미지 예제 1 - 1/2 (= 입력된 텍스트를 이미지로 만들기)
PHP-생코 PHP 52강 - 이미지 gd소개설치 (= 이미지나 썸네일이 생성 안 될 때 해결책) ★★
PHP-생코 PHP 51강 - 파일 업로드 기타설명 ★★★★★
PHP-생코 PHP 50강 - 파일 업로드 수신에플리케이션 ★★★★★
PHP-생코 PHP 49강 - 파일 업로드 HTTP REQUEST
PHP-생코 PHP 48강 - 파일 업로드 ★★★★★
PHP-생코 PHP 47강 - 디렉토리 제어 (변경, 탐색, 생성) ★★
PHP-생코 PHP 46강 - 파일 제어 (트러블 슈팅) (권한, 퍼미션 오류 해결) ★★★★★
25/47
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티
웹유틸
회원센터
홈짱닷컴 PC버전 로그인