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 11,520 community submitted regex patterns...
0
number_lexer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
First Names
Python
First names Allows for a hyphen Allows for a space Allows for a apostrophe
Submitted by
@thegamerbr1
-
4 years ago
0
cisco show run interface
PCRE (PHP <7.3)
This regex fetches interface ID along with its ip address and description if configured otherwise blank
Submitted by
anonymous
-
4 years ago
0
Float representation
Python
All float representations that can be consumed by strtod() (string to double function in c) Compatible with flex/bison
Submitted by
anonymous
-
4 years ago
0
phone regex validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
find including multiline
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CSB34 Account header
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get parent folder and file name from full path
PCRE (PHP <7.3)
This expr will get the parent folder and file name from a full path eg: c:\folder1\folder2\folder3\file1.txt returns folder3\file1.txt
Submitted by
anonymous
-
4 years ago
0
SF_KAFKA_CONNECTOR
PCRE (PHP <7.3)
Used for parsing logs of snowflake kafka connector
Submitted by
anonymous
-
4 years ago
0
Zabbix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
spark to scala
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
names_college_google_meet
PCRE (PHP <7.3)
Google meet names list
Submitted by
anonymous
-
4 years ago
0
ORIGIN_ALERT_NORMAL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
bold family
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
address dot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get lines not commented with #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 2 years ago)
0
Extract the actual sub-clauses numbers referred in the cross reference
Python
From the full expression of sub clause or clause referred, it extracts the actual numbers and returns the list of them.
Submitted by
anonymous
-
4 years ago
0
Subparagraph
Python
Searches whether a string of cross references contains the sub paragraph part or not.
Submitted by
anonymous
-
4 years ago
0
fa-tag finder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ITI-18 ActiveParticipant und ParticipantObjectIdentification
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
471
472
473
474
475
...
576
jiggl
0
Regular Expression
PCRE (PHP <7.3)
/
[^
?
]
(?<issue>
.
*
?
-
\d
+
)
?
[^
?
]
\s
(?<desc>
.
*
)
/
mg
Open regex in editor
Description
toggl track to jira
Submitted by
anonymous
-
a year ago