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 2,660 community submitted regex patterns...
0
crc32_pattern
Python
pattern to detect the CRC32 from a filename
Submitted by
anonymous
-
8 years ago
0
Non-master branch
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Splunk field extract for Cisco SEC_LOGIN event logs
Python
no description available
Submitted by
jasont91@gmail.com
-
8 years ago
0
Test Case Search
Python
no description available
Submitted by
anonymous
-
8 years ago
0
IHU Version number
Python
no description available
Submitted by
anonymous
-
8 years ago
0
My First regular expression
Python
##My First regular expression
Submitted by
Vasudev
-
8 years ago
0
SSHD log analysis
Python
journalctl provides a bunch of different output messsages. This regex is searching for failed or accepted connection strings. The following groups are defined: ssh_id: The connection id. action: Can be 'Accepted' or 'Failed' username: The username which ...
Submitted by
Xerath Ahbrosha
-
8 years ago
0
Remove leading zeros from file names
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Apache up to status
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Match fstab for add noatime and noadirtime
Python
var: grub_opts: 'elevator=noop' name: OPTIMIZ | FSTAB | Set {{ fstab_opts }} replace: dest: /etc/fstab...
Submitted by
anonymous
-
8 years ago
0
For VM - Match on grub if elevator=noop is present or not
Python
name: OPITMIZ | GRUB | Set DISK Scheduler a elevator=noop lineinfile: dest: /etc/default/grub regexp: '^(GRUB_CMDLINE_LINUX_DEFAULT=(?!.elevator=noop).)\"' line: '\1 elevator=noop"' backrefs: yes...
Submitted by
Pintax
-
8 years ago
0
sort3
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Check a date in an invoice
Python
no description available
Submitted by
anonymous
-
8 years ago
0
()
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Siebel Id
Golang
no description available
Submitted by
anonymous
-
8 years ago
0
Exclude free emails
Python
no description available
Submitted by
anonymous
-
8 years ago
0
MAC address
Python
6 pairs of hexadecimal characters separated by either 5 dashes, or 5 colons, or no separators at all. Mixture of separators not allowed.
Submitted by
anonymous
-
8 years ago
0
find system identifiers/account (uuid, NetBios, etc.)
Python
uuid, Windows Accounts (NetBios), etc.
Submitted by
anonymous
-
8 years ago
0
identify service accounts
Python
identify service accounts by common nomenclature types
Submitted by
Goran Biljetina
-
8 years ago
1
Full URLs (by dpmontero.es)
Python
Get all URLs: www.lapagina.com pagina.com http://www.lapagina.com http://pagina.com https://www.lapagina.es
Submitted by
anonymous
-
8 years ago
1
...
102
103
104
105
106
...
133
Community Library Entry
0
Regular Expression
Golang
`
\[
(
(?P<serial>
\d
{14}
){0,1}
[
\.
\w
]
*
-
(?P<pccode>
[
\d
A
-
Z
]
{8}
)
)
\]
+
`
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago