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,000 community submitted regex patterns...
0
UK Postcode
ECMAScript (JavaScript)
Tests UK Postcode with alternative for Postcode Prefix
Submitted by
Calvin Willman
-
9 years ago
0
Nit_ElSalvador
PCRE (PHP <7.3)
formato para NIT (Número de Identificacion Tributaria) de El Salvador
Submitted by
Roger
-
9 years ago
0
Split full name (russian)
PCRE (PHP <7.3)
Split full name for russian notation. Example: Иванов Иван Иванович петров Result: [1]=> Иванов [2]=> Иван [3]=> Иванович петров
Submitted by
Lekmaby
-
9 years ago
0
Last SEO RegExp
Python
Last SEO RegExp
Submitted by
Jay Patel
-
9 years ago
0
text validation
ECMAScript (JavaScript)
allows white spaces, -, Umlaut and ß
Submitted by
anonymous
-
9 years ago
0
PowerShell + Regex to match and output to csv
PCRE (PHP <7.3)
no description available
Submitted by
Jan
-
9 years ago
0
Find all attributes and values of HTML tag
PCRE (PHP <7.3)
This regex will find all attributes, values, and the equal operator, as well as the white space between attributes. You can use this to extract all attributes to remove all inline styles.
Submitted by
Demetri Ojeda
-
9 years ago
0
Apache Log Format Parser
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Format money
PCRE (PHP <7.3)
Format money i.e: 600 6,000 60,000 600,000 ...
Submitted by
Jamie Robertson
-
9 years ago
0
Format money
PCRE (PHP <7.3)
no description available
Submitted by
Jamie robertson
-
9 years ago
0
exclude a list of words
Python
exclude a list of words, in this case, "hello" and "you"
Submitted by
Z
-
9 years ago
0
International Aircraft Registration Prefixes
PCRE (PHP <7.3)
Tail numbers from http://www.skytamer.com/5.2.htm
Submitted by
anonymous
-
9 years ago
0
PASSWORD VALIDATION (FX8DY0/1)
PCRE (PHP <7.3)
Checks that a password has a minimum of 6 characters, at least 1 uppercase letter, 1 lowercase letter, and 1 number with no spaces.
Submitted by
Dat.Dao
-
9 years ago
0
Date with format YYYY-MM-DD
PCRE (PHP <7.3)
no description available
Submitted by
Kazadri
-
9 years ago
0
detect if input is valid domain name
PCRE (PHP <7.3)
no description available
Submitted by
nnnn20430
-
9 years ago
0
At least 8 chars, at least a Mayus or special char & at least a number
ECMAScript (JavaScript)
no description available
Submitted by
Luis Arias :D
-
9 years ago
0
Check That User Has Input Valid YYYY
ECMAScript (JavaScript)
This simple regex checks if a user has input correct YYYY format.
Submitted by
@izotope115
-
9 years ago
0
Validates Against YYYY
ECMAScript (JavaScript)
This regex checks if a user has input 4 digit year integer.
Submitted by
@izotope115
-
9 years ago
0
int or Float 3 decimal values
ECMAScript (JavaScript)
Accepts only integer or Flating values upto 3 decimals. To accept n decimals change (1,n)
Submitted by
Shanky
-
9 years ago
0
ContentPlace Xml Tag
ECMAScript (JavaScript)
ContentPlace Xml Tag
Submitted by
Saeed Tabrizi
-
9 years ago
1
...
47
48
49
50
51
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
[^
!@#$%^&*()
\+\=\[\]\\\'
;,.
\/
{}|
\"
:<>?
]
+
$
/
Open regex in editor
Description
allows white spaces, -, Umlaut and ß
Submitted by
anonymous
-
9 years ago