SlideShare a Scribd company logo
JavaScript RegEx -
Examples
Matching a Username
 the input name should only contains a-z, 0-9, and -,_
 The input name should be minimum of 3 letters and maximum of 13.
Matching a Username
/^[a-z0-9_-]{3,16}$/
 Description:
 We begin by telling the parser to find the beginning of the string (^),
followed by any lowercase letter (a-z), number (0-9), an underscore, or
a hyphen. Next, {3,16} makes sure that are at least 3 of those
characters, but no more than 16. Finally, we want the end of the string
($).
 String that matches:
 my-us3r_n4m3
 String that doesn't match:
 th1s1s-wayt00_l0ngt0beausername (too long)
Matching a Password
Matching a Password
Matching a Hex Value
Matching a Hex Value
Matching a Slug
Matching a Slug
Matching an Email
Matching an Email
Matching a URL
Matching a URL
Matching an IP Address
Matching an IP Address
Matching an HTML Tag

More Related Content

PPTX
Patterns
Gayathri91098
 
PPT
Regular expressions
Raj Gupta
 
PDF
Python (regular expression)
Chirag Shetty
 
PPTX
Regex lecture
Jun Shimizu
 
PDF
Python strings
Mohammed Sikander
 
PPT
Regular Expressions 2007
Geoffrey Dunn
 
PDF
Maxbox starter20
Max Kleiner
 
PDF
Object Oriented PHP - PART-1
Jalpesh Vasa
 
Patterns
Gayathri91098
 
Regular expressions
Raj Gupta
 
Python (regular expression)
Chirag Shetty
 
Regex lecture
Jun Shimizu
 
Python strings
Mohammed Sikander
 
Regular Expressions 2007
Geoffrey Dunn
 
Maxbox starter20
Max Kleiner
 
Object Oriented PHP - PART-1
Jalpesh Vasa
 

More from Jalpesh Vasa (15)

PDF
Object Oriented PHP - PART-2
Jalpesh Vasa
 
PDF
5. HTML5
Jalpesh Vasa
 
PDF
4.4 PHP Session
Jalpesh Vasa
 
PDF
4.3 MySQL + PHP
Jalpesh Vasa
 
PDF
4.2 PHP Function
Jalpesh Vasa
 
PDF
4.1 PHP Arrays
Jalpesh Vasa
 
PDF
4 Basic PHP
Jalpesh Vasa
 
PDF
3.2 javascript regex
Jalpesh Vasa
 
PDF
3. Java Script
Jalpesh Vasa
 
PDF
3.1 javascript objects_DOM
Jalpesh Vasa
 
PDF
2 introduction css
Jalpesh Vasa
 
PDF
1 web technologies
Jalpesh Vasa
 
PDF
Remote Method Invocation in JAVA
Jalpesh Vasa
 
PDF
Kotlin for android development
Jalpesh Vasa
 
PDF
Security in php
Jalpesh Vasa
 
Object Oriented PHP - PART-2
Jalpesh Vasa
 
5. HTML5
Jalpesh Vasa
 
4.4 PHP Session
Jalpesh Vasa
 
4.3 MySQL + PHP
Jalpesh Vasa
 
4.2 PHP Function
Jalpesh Vasa
 
4.1 PHP Arrays
Jalpesh Vasa
 
4 Basic PHP
Jalpesh Vasa
 
3.2 javascript regex
Jalpesh Vasa
 
3. Java Script
Jalpesh Vasa
 
3.1 javascript objects_DOM
Jalpesh Vasa
 
2 introduction css
Jalpesh Vasa
 
1 web technologies
Jalpesh Vasa
 
Remote Method Invocation in JAVA
Jalpesh Vasa
 
Kotlin for android development
Jalpesh Vasa
 
Security in php
Jalpesh Vasa
 
Ad

Recently uploaded (20)

PDF
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
Miraj Khan
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PDF
PG-BPSDMP 2 TAHUN 2025PG-BPSDMP 2 TAHUN 2025.pdf
AshifaRamadhani
 
PDF
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
PPTX
CDH. pptx
AneetaSharma15
 
PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PPTX
PREVENTIVE PEDIATRIC. pptx
AneetaSharma15
 
PDF
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
PDF
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
PPTX
CARE OF UNCONSCIOUS PATIENTS .pptx
AneetaSharma15
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PPTX
FSSAI (Food Safety and Standards Authority of India) & FDA (Food and Drug Adm...
Dr. Paindla Jyothirmai
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PDF
UTS Health Student Promotional Representative_Position Description.pdf
Faculty of Health, University of Technology Sydney
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
PPTX
Trends in pediatric nursing .pptx
AneetaSharma15
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
Miraj Khan
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PG-BPSDMP 2 TAHUN 2025PG-BPSDMP 2 TAHUN 2025.pdf
AshifaRamadhani
 
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
CDH. pptx
AneetaSharma15
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PREVENTIVE PEDIATRIC. pptx
AneetaSharma15
 
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
CARE OF UNCONSCIOUS PATIENTS .pptx
AneetaSharma15
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
FSSAI (Food Safety and Standards Authority of India) & FDA (Food and Drug Adm...
Dr. Paindla Jyothirmai
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
UTS Health Student Promotional Representative_Position Description.pdf
Faculty of Health, University of Technology Sydney
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
Trends in pediatric nursing .pptx
AneetaSharma15
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
Ad

3.2.1 javascript regex example