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
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 18,020 community submitted regex patterns...
0
ফোন ভেরিফিকেশন-- বাক্যের শেষ থেকে ফোন নাম্বার নিবে
PCRE2 (PHP >=7.3)
ফোন ভেরিফিকেশন-- বাক্যের শেষ থেকে ফোন নাম্বার নিবে
Submitted by
anonymous
-
3 years ago
0
বাক্যের শেষ থেকে শুধু নাম্বার নিবে
PCRE2 (PHP >=7.3)
বাক্যের শেষ থেকে শুধু নাম্বার নিবে
Submitted by
anonymous
-
3 years ago
0
বাক্যের শুরু থেকে শুধু নাম্বার নিবে
PCRE2 (PHP >=7.3)
বাক্যের শুরু থেকে শুধু নাম্বার নিবে
Submitted by
anonymous
-
3 years ago
0
ভেরিফিকেশন কোড থেকে শেষের অংশটি নিবে
PCRE2 (PHP >=7.3)
ভেরিফিকেশন কোড থেকে শেষের অংশটি নিবে
Submitted by
anonymous
-
3 years ago
0
ভেরিফিকেশন কোড এর প্রথম অংশটি নিবে
PCRE2 (PHP >=7.3)
Matches_Value(0).Groups(1).Value
Submitted by
anonymous
-
3 years ago
0
চারটি লাইন থেকে দ্বিতীয় শেষের লাইনটি নিবে
PCRE2 (PHP >=7.3)
Matches_Value(0).Groups(1).Value
Submitted by
anonymous
-
3 years ago
0
চারটি লাইন থেকে প্রথম লাইনটি নিবে
PCRE2 (PHP >=7.3)
Matches_Value(0).Groups(1).Value
Submitted by
anonymous
-
3 years ago
0
চারটি লাইন থেকে দ্বিতীয় লাইন নিবে,
PCRE2 (PHP >=7.3)
চারটি লাইন থেকে দ্বিতীয় লাইন নিবে,
Submitted by
anonymous
-
3 years ago
0
বাক্যের শেষ থেকে নিতে হবে, কিন্তু কোন কমা থাকলে কাজ করবে না
PCRE2 (PHP >=7.3)
বাক্যের শেষ থেকে নিতে হবে, কিন্তু কোন কমা থাকলে কাজ করবে না
Submitted by
anonymous
-
3 years ago
0
Picking DOB from middle if age is in same line 3rd way
PCRE2 (PHP >=7.3)
Picking DOB from middle if age is in same line 3rd way
Submitted by
anonymous
-
3 years ago
0
Picking DOB from middle if age is in same line 2nd way
PCRE2 (PHP >=7.3)
Picking DOB from middle if age is in same line 2nd way
Submitted by
anonymous
-
3 years ago
0
Picking 2nd 1st Line
PCRE2 (PHP >=7.3)
Picking 2nd 1st Line
Submitted by
Picking 2nd 1st Line
-
3 years ago
0
Picking 1st Line
PCRE2 (PHP >=7.3)
Picking 1st Line
Submitted by
Picking 1st Line
-
3 years ago
0
Picking 2nd Last Line
PCRE2 (PHP >=7.3)
Sample 1 James B. Lapointe 1481 Keyser Ridge Road Archdale, NC 27263 Appartment Keyser Ridge Road Archdale, NC 27263
Submitted by
anonymous
-
3 years ago
0
City State Zip
PCRE2 (PHP >=7.3)
City State Zip
Submitted by
anonymous
-
3 years ago
1
ticker but not EFS
PCRE2 (PHP >=7.3)
ticker but not EFS
Submitted by
anonymous
-
3 years ago
1
Array Expressions
PCRE2 (PHP >=7.3)
Array Expressions Expresiones validas de array para el atributos Value de los componentes tipo texto del editor grafico de VeriTran
Submitted by
Sebastian Ardila Agudelo
-
3 years ago
(Last modified 3 years ago)
0
parse domain from email
ECMAScript (JavaScript)
https://stackoverflow.com/a/48673903
Submitted by
Colby M. White
-
3 years ago
(Last modified 3 years ago)
0
Function parameter selection
Java 8
Allows to select multiple type of parameters for them to be handled differently. The regex can get strings ( "example string" ), variable name of boolean value ( name or true or false ) or integers and doubles ( 5 or 4.5 ). The variables names and boolean values have to be checked in the program u...
Submitted by
anonymous
-
3 years ago
0
soteshop price
ECMAScript (JavaScript)
aa
Submitted by
anonymous
-
3 years ago
1
...
170
171
172
173
174
...
901
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
\d
{2}
(?:
[
\s
\.
]
{1,3}
)
){3,6}
/
Open regex in editor
Description
CSI Documentation usually formatted as ## ## ##(.##.##.##) this extracts the CSI number
Submitted by
Ron E. Allen Apsis0215
-
9 years ago