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 3,060 community submitted regex patterns...
0
email matcher
PCRE2 (PHP >=7.3)
match some emails and extract their local part and domain
Submitted by
dang duomg 191
-
4 months ago
(Last modified 4 months ago)
1
...
151
152
153
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)