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 5,060 community submitted regex patterns...
0
surrounded by regex
PCRE2 (PHP >=7.3)
surrounded by regex
Submitted by
anonymous
-
4 years ago
0
surrounded by regex
PCRE2 (PHP >=7.3)
surround a string by $$ chards
Submitted by
anonymous
-
4 years ago
0
笔试
Java 8
笔试字符串检查regex
Submitted by
bgst009
-
4 years ago
0
Alpha Numeric with International characters
PCRE2 (PHP >=7.3)
Alpha Numeric with International characters with space This matches any letter, number, or space in most languages. [...] -> Match with conditions [a|b] -> Match 'a' OR 'b'...
Submitted by
Dinesh Swami
-
4 years ago
0
parse log file for message type, message, ticket number and user
Python
for the Google interacting with the OS course final project on Coursera
Submitted by
anonymous
-
4 years ago
0
PHPDocumentor - Add missing @since tags in doc blocks
PCRE2 (PHP >=7.3)
This regular expression helps keeping the PHP documentation up to date by adding the @since tags in the doc block where there are none.
Submitted by
raaaahman
-
4 years ago
0
v1.colName, v2.colName ==> or decode( v1.colName, v2.colName, 1, 0) = 0
PCRE2 (PHP >=7.3)
For Oracle DB, as it doesn't consider null != informed DATE, and considers null != null. For the WHERE clause. = 0 to get differences = 1 to get "sameness"...
Submitted by
R. Moreno
-
4 years ago
0
Validate XML
PCRE2 (PHP >=7.3)
Validate XML
Submitted by
anonymous
-
4 years ago
0
Niledutch voyage regex
Python
s
Submitted by
anonymous
-
4 years ago
0
"zoom" follow bots
PCRE2 (PHP >=7.3)
this is for finding all of the "zoom" follow bots on twitch
Submitted by
Math
-
4 years ago
0
日志解析
PCRE2 (PHP >=7.3)
日志解析
Submitted by
vito
-
4 years ago
0
Getting Parts of URL
PCRE2 (PHP >=7.3)
https://stackoverflow.com/questions/27745/getting-parts-of-a-url-regex
Submitted by
anonymous
-
4 years ago
0
texto antes de https
PCRE2 (PHP >=7.3)
lookToo
Submitted by
Daniel Alvarez
-
4 years ago
0
Filename Match and Parsing.
PCRE2 (PHP >=7.3)
Parse a filename into path, filename and extension (directory names are windows style, but changeable). Matches are accessible by name and number. This is dependent on PCRE compatibility. It uses (DEFINE) non-consuming group definitions and back references. The only good description of using thi...
Submitted by
anonymous
-
4 years ago
0
Numbered List Pattern
Python
Tte pattern to grep the multilayer numbered list bullets: 1. level 1 1.2. level 1.2 1.2.1. level 2.1 1.3. level 1.3 1.4. level xxx...
Submitted by
anonymous
-
4 years ago
0
regex for website links
PCRE2 (PHP >=7.3)
for links
Submitted by
mohammad sultan
-
4 years ago
0
regex_emplacement_bl
PCRE2 (PHP >=7.3)
regex_emplacement_bl
Submitted by
GuiF
-
4 years ago
0
regex_investir_bl
Python
guif
Submitted by
guif
-
4 years ago
(Last modified 4 years ago)
0
Opção de Compra (CALL)
PCRE2 (PHP >=7.3)
como identificar opção de compra de ações (CALL)
Submitted by
marcos lira
-
4 years ago
0
Alien Registration Number
Java 8
Alien Registration Number
Submitted by
anonymous
-
4 years ago
1
...
146
147
148
149
150
...
253
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
[
A
-
Za
-
z0
-
9
]
\s
?
)+
\s
-
\s
(
Before
|
After
)
\s
(
(
Insert
|
Update
|
Delete
)
|
(
Insert
\/
Update
)
)
\s
-
\s
(
[
A
-
Za
-
z0
-
9
]
\s
?
)+
$
/
img
Open regex in editor
Description
Ensure that Salesforce Flow name meets the following standards:
<Object> - <Context> - <Action>
Submitted by
anonymous
-
a year ago
(Last modified a year ago)