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
Alonso CET Honda
ECMAScript (JavaScript)
Alonso CET honda updated CNPJ
Submitted by
anonymous
-
5 years ago
0
Extract Build Times
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
vin
ECMAScript (JavaScript)
Vehicle Identification Number (VIN). The check digit (9th digit) is not checked for accuracy.
Submitted by
anonymous
-
5 years ago
0
prevent repetition of similar string
PCRE (PHP <7.3)
this regex won't let two characters to be similar. eg. AA, AAA, AAAA this regex matches all string characters including numbers and except line breaks. It prevents input of string similar to the following pattern: 11 222 3333 4444...
Submitted by
anonymous
-
5 years ago
0
get server + intermediate pems
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
v1.0
Python
Coge todos los casos válidos, descarta todos los incorrectos.
Submitted by
anonymous
-
5 years ago
0
v2.0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Выбрать все варианты начинающиеся с '(или' со всей латиницей далее до кириллицы
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
binder news
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Datetime different formats
PCRE (PHP <7.3)
Datetime for a different formats
Submitted by
anonymous
-
5 years ago
0
Find stuff between brackets
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Encontrar primeiro nome em CSV
PCRE (PHP <7.3)
Encontre o primeiro nome em um arquivo CSV com múltiplas colunas
Submitted by
anonymous
-
5 years ago
0
phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
timestamp
Python
no description available
Submitted by
anonymous
-
5 years ago
0
EntityFeld
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
支持split分组匹配
Python
支持split分组匹配
Submitted by
anonymous
-
5 years ago
0
thuê bao 11 số
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
thuê bao 12 số
Python
no description available
Submitted by
anonymous
-
5 years ago
0
File version number
PCRE (PHP <7.3)
Get filename, version number, extension
Submitted by
anonymous
-
5 years ago
0
Redirects for stories
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
612
613
614
615
616
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
"geo":
\{
"type":"Point","coordinates":
\[
(?P<latitude>
[^
,
\]\}
]
+
)
,
(?P<longitude>
[
\d
\.\-
]
+
)
/
Open regex in editor
Description
This extracts latitude and longitude from a Tweet pulled through the public API.
Submitted by
Ed Fullman
-
8 years ago