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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,720 community submitted regex patterns...
0
Time Sync Regex
Python
Returns the value of an epoch time sync with a time reference
Submitted by
anonymous
-
5 years ago
0
TRANSPORT
Python
no description available
Submitted by
anonymous
-
5 years ago
0
RESERVED
Python
no description available
Submitted by
anonymous
-
5 years ago
0
BORDER
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ACCESS
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ENNI
Python
no description available
Submitted by
anonymous
-
5 years ago
0
VIDEO
Python
no description available
Submitted by
anonymous
-
5 years ago
0
VOICE
Python
no description available
Submitted by
anonymous
-
5 years ago
0
NV
Python
no description available
Submitted by
anonymous
-
5 years ago
0
SLA
Python
no description available
Submitted by
anonymous
-
5 years ago
0
UNI
Python
no description available
Submitted by
anonymous
-
5 years ago
0
UNI
Python
no description available
Submitted by
anonymous
-
5 years ago
0
pageTracker
ECMAScript (JavaScript)
获取登录的公司和法人名字。
Submitted by
anonymous
-
5 years ago
0
vist
Python
no description available
Submitted by
anonymous
-
5 years ago
0
China Citizen ID
Python
中国居民身份证号码
Submitted by
anonymous
-
5 years ago
0
ChinaPatentNumber
Python
中国专利申请号/专利号
Submitted by
anonymous
-
5 years ago
0
Аббревиатуры
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Miningpoolstats
Python
no description available
Submitted by
anonymous
-
5 years ago
0
VBA String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
US Patent pulication number
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
179
180
181
182
183
...
286
GO SDK V2
0
Regular Expression
Golang
`
(?s)
\.
GetModification
(?:
String
|
Number
|
Bool
|
Object
|
Array
)
\(
\s
*
[
"'
]
(
[
\w
\-
]
+
)
[
'"
]
\s
*
,
\s
*
(
[
"'
]
[^
"
]
*
[
'"
]
|
[
+-
]
?
(?:
\d
*
[
.
]
)?
\d
+
|
true
|
false
|
False
|
True
)
(?:
\s
*
,
\s
*
(?:
true
|
false
|
\d
+
|
"
[^
"
]
*
"
)
)?
\s
*
\)
`
gm
Open regex in editor
Description
Go SDK v2
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)