Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Relevance
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 100 community submitted regex patterns...
0
Pan card number details
PCRE2 (PHP >=7.3)
https://regex101.com/r/eeW6Wz/2
Submitted by
anonymous
-
3 years ago
0
Find CC numbers in a string
PCRE (PHP <7.3)
Test on the most basic possible form of credit card numbers.
Submitted by
Xtina
-
8 years ago
0
Comprehensive US SSN (Social Security Number)
ECMAScript (JavaScript)
This regex targets a customer specific requirement for a regex that matches US Social security numbers either separated by -(dash), space or nothing. So it should match: 702-02-9921 702 02 9921 702029921...
Submitted by
@rafalages
-
8 years ago
0
Track2 dump data
ECMAScript (JavaScript)
Captures Track2 data, with or without start and ending sentinels ( ; and ? ) Only captures AMEX 15 digits, and Visa or MC with 16 digits. Does NOT support 13 digit credit cards and they are not in use anymore.
Submitted by
BigDAD
-
4 years ago
0
Match Phone Number: 03## ####### OR +92 3## #######
Java 8
Can be used to match Pakistani SIM card Numbers
Submitted by
anonymous
-
3 years ago
0
BIN ELO - 2022
ECMAScript (JavaScript)
Used to validate credit cards from ELO flag.
Submitted by
Searched in internet
-
3 years ago
0
Thai citizen
PCRE (PHP <7.3)
rule for parse thai citizen card
Submitted by
socool
-
3 years ago
1
...
3
4
5