Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
0
SF_KAFKA_CONNECTOR
Created
·
2020-03-25 05:21
Flavor
·
PCRE (Legacy)
Used for parsing logs of snowflake kafka connector
Submitted by
anonymous
0
Zabbix
Created
·
2020-03-25 11:18
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
spark to scala
Created
·
2020-03-25 20:56
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
ORIGIN_ALERT_NORMAL
Created
·
2020-03-26 05:34
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
bold family
Created
·
2020-03-26 07:21
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
address dot
Created
·
2020-03-26 07:22
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Number
Created
·
2020-03-26 10:24
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Get lines not commented with #
Created
·
2020-03-26 11:34
Updated
·
2022-04-08 13:04
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Extract the actual sub-clauses numbers referred in the cross reference
Created
·
2020-03-26 13:08
Flavor
·
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
0
Subparagraph
Created
·
2020-03-26 13:29
Flavor
·
Python
Searches whether a string of cross references contains the sub paragraph part or not.
Submitted by
anonymous
0
right string
Created
·
2020-03-26 13:45
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
fa-tag finder
Created
·
2020-04-14 16:48
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
ITI-18 ActiveParticipant und ParticipantObjectIdentification
Created
·
2020-04-02 14:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
EventTypeCode
Created
·
2020-03-27 08:14
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Get regex group intersections, not at the end
Created
·
2020-03-27 10:15
Flavor
·
Python
Not sure
Submitted by
anonymous
0
Replace word
Created
·
2020-03-27 11:57
Updated
·
2023-07-24 14:53
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Datacon url (behalve tampan/klantentool)
Created
·
2020-03-27 15:20
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
detect xml
Created
·
2020-03-27 16:38
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Strip or Trim spaces at start, end and between words.
Created
·
2020-03-28 17:53
Flavor
·
PCRE (Legacy)
Removes spaces from begining, end and between words. " Hello There " = "Hello There"
Submitted by
anonymous
0
NN_result
Created
·
2020-04-06 02:02
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
678
679
680
681
682
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2020-03-26 13:29
Flavor
·
Python
r"
^
(?:
(?:
[
Ss
]
ub
)?(?:
-
)?(?:
paragraph
)?(?:
s
)?(?:
\s
*
\(
[
a
-
z
]
\)
)(?:
,
\s
*
(?:
\s
*
\(
[
a
-
z
]
\)
)?
)*(?:
\s
*
(?:
[
,&
]
|
and
)
\s
+?
(?:
\s
*
\(
[
a
-
z
]
\)
+
)?
)?(?:
(?:
\s
*
to
)*(?:
\s
*
\(
[
a
-
z
]
\)
)
)*(?:
\s
*
of
\s
*
)*
)
"
gm
Open regex in editor
Description
Searches whether a string of cross references contains the sub paragraph part or not.
Submitted by
anonymous