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
Python google docstring format - return section
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Powershell - Get-Process Parser
PCRE (PHP <7.3)
This parser has been created to parse a CSV file has been exported by this powershell command (Get-Process | Select-Object -Property * | ConvertTo-Csv | Out-File Get-Process .csv) in order to understand every single activity within Microsoft® Windows® Operating System. The generated file has been...
Submitted by
anonymous
-
5 years ago
0
Парсинг письма "Запись на прием"
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Парсинг письма "Заявка на забор документов"
Python
no description available
Submitted by
anonymous
-
5 years ago
0
SHENZHEN IO Assembly (Incomplete)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Filtering log files w regular expressions q python subprocesses
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Máscara Hora
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
big list grab
Python
test to grab from the big list
Submitted by
anonymous
-
5 years ago
0
Indentation detection
PCRE (PHP <7.3)
group 1: base indent group 2: indentation spaces a very generic code capturer
Submitted by
anonymous
-
5 years ago
0
brightblue swift syslog
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Trailing slash URL with query parameters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Annotations class regex het splitten gaat niet dus we laten het zo staan.
PCRE (PHP <7.3)
Changed name to annotation name
Submitted by
anonymous
-
5 years ago
0
Nativescript / VueJS Console Filter
PCRE (PHP <7.3)
Filters out all auto generated NSVue lines from the Chrome Dev Tools console, so that you can see your warnings and console logs, without all the other junk.
Submitted by
anonymous
-
5 years ago
0
Alle EMEA hompages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
mikrotik_ip_route_gw
Python
no description available
Submitted by
anonymous
-
5 years ago
-1
Parse street and house number from address string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Fecha de Despacho
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Alessi address split for Adyen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ORIGIN_ALERT_MORELIKETHIS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ORIGIN_BROWSER_NOTIFICATION (Webpush)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
651
652
653
654
655
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
0
|
[
1
-
9
]
\d
*
)
\.
(
0
|
[
1
-
9
]
\d
*
)
\.
(
0
|
[
1
-
9
]
\d
*
)
(?:
-
(
(?:
0
|
[
1
-
9
]
\d
*
|
\d
*
[
a
-
zA
-
Z-
]
[
0
-
9a
-
zA
-
Z-
]
*
)
(?:
\.
(?:
0
|
[
1
-
9
]
\d
*
|
\d
*
[
a
-
zA
-
Z-
]
[
0
-
9a
-
zA
-
Z-
]
*
)
)*
)
)?
(?:
\+
(
[
0
-
9a
-
zA
-
Z-
]
+
(?:
\.
[
0
-
9a
-
zA
-
Z-
]
+
)*
)
)?
$
/
gm
Open regex in editor
Description
Source:
https://semver.org
Alternative:
https://simversion.github.io
Submitted by
anonymous
-
5 years ago