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,040 community submitted regex patterns...
0
rhse-searchstats
PCRE (PHP <7.3)
For parsing the events from the RHSE searchstats log file
Submitted by
Will
-
9 years ago
0
Number with optional decimal part
ECMAScript (JavaScript)
This regex checks for numbers with optional decimal part.
Submitted by
Pratik Sanyal
-
9 years ago
0
Newline matcher
Python
new line matcher
Submitted by
anonymous
-
9 years ago
0
Number Ranges
ECMAScript (JavaScript)
Select number ranges dynamically
Submitted by
@yosefh
-
9 years ago
0
Phone Number
ECMAScript (JavaScript)
For phone numbers with country code(Optional)followed by 10 digit phone number.
Submitted by
Kshama
-
9 years ago
0
logstash
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
RegEx strings used to get latitude and longitude are :- data-longitud
PCRE (PHP <7.3)
RegEx strings used to get latitude and longitude are :- data-longitude="(*) data-latitude="(*)
Submitted by
grtr
-
9 years ago
0
[ ] delimiter matching
PCRE (PHP <7.3)
af
Submitted by
me
-
9 years ago
0
Find Whole CaMeL Words
PCRE (PHP <7.3)
The PCRE (or any regex flavor supporting word boundaries, Unicode properties and lookaheads) \b(?!\p{Lu}+\b)(?=\p{L}\p{Ll})(?=\p{L}\p{Lu})(?!\p{Lu}\p{Ll}*\b)\p{L}+\b regex finds CaMeL words that: Have at least 1 lowercase letter Have at least 1 uppercase letter Do not follow the X, XXX or Xxxx p...
Submitted by
Wiktor Stribiżew
-
8 years ago
0
Equidé
PCRE (PHP <7.3)
no description available
Submitted by
Carl
-
8 years ago
0
Simple 'Good Enough' Javascript Regex (ASCII Only)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
the correct order of the brackets
PCRE (PHP <7.3)
Check the correct order of the brackets (),,{},[]
Submitted by
Korniychuk Anton<ancor.dev@gmail.com>
-
8 years ago
0
fraction
Python
mixed or simple fraction with whitespace, optional dash as separator
Submitted by
anonymous
-
8 years ago
0
Valid UK postcode check
Python
Rather long, but pretty accurate, matches on BS7666 alpha num pattern. https://en.wikipedia.org/wiki/Postal_code#UK
Submitted by
anonymous
-
8 years ago
0
phone number spain
PCRE (PHP <7.3)
^(0034|\+34)?(\d\d\d)-? ?(\d\d)-? ?(\d)-? ?(\d)-? ?(\d\d)$
Submitted by
elPatxificador
-
8 years ago
0
Location Hours String
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
email-address
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
http://filehippo.com/download_adobe_air/history
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
IP Address Capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Bash (sed)
Java 8
no description available
Submitted by
anonymous
-
8 years ago
(Last modified a year ago)
1
...
52
53
54
55
56
...
902
Community Library Entry
1
Regular Expression
Recommended
PCRE (PHP <7.3)
/
[
\x{3041}-\x{3096}\x{30A0}-\x{30FF}\x{3400}-\x{4DB5}\x{4E00}-\x{9FCB}\x{F900}-\x{FA6A}\x{2E80}-\x{2FD5}\x{FF5F}-\x{FF9F}\x{3000}-\x{303F}\x{31F0}-\x{31FF}\x{3220}-\x{3243}\x{3280}-\x{337F}
]
/
g
Open regex in editor
Description
Detects hiragana, katakana, kanji and japanese alphabet
Submitted by
anonymous
-
4 years ago