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...
1
Find Days. Simple format
PCRE (PHP <7.3)
Given a string, finds the days spoken about within the string. (US Implementation)
Submitted by
anonymous
-
8 years ago
1
TLO con multiples UPLOAD
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Perl search exclude tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
SELLER
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
loose email address regex (\S)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Find Apostrophe via Regex and JavaScript
ECMAScript (JavaScript)
This is function matching apostrophe via regex and JavaScript. Also find broken apostrophe and match whole word.
Submitted by
Ivijan-Stefan Stipic <creativform@gmail.com>
-
8 years ago
1
url - extrakce hostname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Tablename = schema.table
ECMAScript (JavaScript)
Tablename composed by schema.table
Submitted by
Glauber Costa Vila Verde
-
8 years ago
1
Thai mobile phone
PCRE (PHP <7.3)
Start with 0 and the second character is 6|8|9 Thai mobile phone number up to 10
Submitted by
anonymous
-
8 years ago
1
get CN from LDAP directory entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Community Pageviews
ECMAScript (JavaScript)
no description available
Submitted by
Alfredo Hinojosa
-
8 years ago
1
only letters and numbers
PCRE (PHP <7.3)
Match only with letters and numbers between x to y quantities
Submitted by
anonymous
-
8 years ago
1
Unuseful names
ECMAScript (JavaScript)
no description available
Submitted by
Moayad
-
8 years ago
1
Match any line that starts with '[' and ends with ']'
PCRE (PHP <7.3)
Match any line that starts with '[' and ends with ']'
Submitted by
anonymous
-
8 years ago
1
Find particular punctuation
ECMAScript (JavaScript)
This regex find punctuation like "!", "!!!", "?", "???", "!?", "!!!???" and unlimited time repeated "!" and "?"
Submitted by
Ivijan-Stefan Stipic
-
8 years ago
1
Match Time in either 24Hr or 12Hr format
PCRE (PHP <7.3)
Matches a time in either 25Hr or 12Hr format. Seconds are optional for either format.
Submitted by
anonymous
-
8 years ago
1
Version number validation
PCRE (PHP <7.3)
E.g. android version name or ios bundle id validation
Submitted by
Paldom
-
8 years ago
1
dick detector
PCRE (PHP <7.3)
detect 8=D regex
Submitted by
anonymous
-
8 years ago
1
RFC 3986 IPv4 Validation
PCRE (PHP <7.3)
IPv4 Validation to RFC 3986 found at https://tools.ietf.org/html/rfc3986#section-1.1.1.
Submitted by
anonymous
-
8 years ago
1
...
759
760
761
762
763
...
900
Community Library Entry
0
Regular Expression
Java 8
"
.
[^
\.
]
+
\.
"
gm
Open regex in editor
Description
Розділення речень в тексті
Submitted by
DJI
-
3 years ago