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 18,000 community submitted regex patterns...
0
Фильтр русских матов
Java 8
оригинал был взят отсюда: https://gist.github.com/imDaniX/8449f40655fcc1b92ae8d756cbca1264 добавил: сучка, трахать, жопа, залупа
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Shorten Path
ECMAScript (JavaScript)
takes a path i.e abc/edf/ghi/jkl and shortens it to abc/ … /jkl
Submitted by
anonymous
-
2 years ago
0
Initials
.NET 7.0 (C#)
get the initial of a strings
Submitted by
Eddie Choong
-
2 years ago
0
DS002 - Get Text Fields
ECMAScript (JavaScript)
Gets all the text fields from the PDF Files
Submitted by
anonymous
-
2 years ago
0
DS002 - Get Project Number
ECMAScript (JavaScript)
Gets the project number from the extracted text fields from the PDF files.
Submitted by
anonymous
-
2 years ago
0
Regex Number Process
ECMAScript (JavaScript)
Regex of matches number process BR.
Submitted by
RAFAELLA CINTRA
-
2 years ago
(Last modified 2 years ago)
0
Release and master branches
PCRE2 (PHP >=7.3)
refs/heads/release/1.0.1 refs/heads/master master release/1.0.1
Submitted by
AbdElraouf Sabri
-
2 years ago
(Last modified 2 years ago)
0
Grab CalVer from git tags
PCRE2 (PHP >=7.3)
When using git ls-remote --tags --sort=version:refname, the results display the git hash as well as a refs prefix. This regex grabs only the CalVer string.
Submitted by
John Obla
-
2 years ago
0
sdsds@needemand.com
PCRE2 (PHP >=7.3)
sdsds@needemand.com
Submitted by
anonymous
-
2 years ago
0
passw125
PCRE2 (PHP >=7.3)
^(?=.\d)(?=.\W)(?=.*[a-zA-Z]).{6,8}$
Submitted by
AS
-
2 years ago
0
regex html tag
PCRE2 (PHP >=7.3)
$subject = 'asdasdsdsa'; $pattern = '^(.+)?';
Submitted by
anonymous
-
2 years ago
0
Start and Ends with same Letter
Java 8
regex for a string that starts and ends with the same letter
Submitted by
anonymous
-
2 years ago
0
Date FR
PCRE2 (PHP >=7.3)
Date FR
Submitted by
anonymous
-
2 years ago
(Last modified a year ago)
0
Date EN
PCRE2 (PHP >=7.3)
Date EN
Submitted by
anonymous
-
2 years ago
(Last modified a year ago)
0
Myliberary
PCRE2 (PHP >=7.3)
Page to be the first place of African and the horns and knowledge of the first place of ethiopia What time mashilla first place on mobile devices At one
Submitted by
anonymous
-
2 years ago
0
Initial Ceros and Grouping Characters
PCRE2 (PHP >=7.3)
remove what title says
Submitted by
anonymous
-
2 years ago
0
Country code with 2 letters (List)
Python
That is an example that shows how to match a country code 2 letters for a list of possible matches
Submitted by
joaosr-adjust
-
2 years ago
(Last modified 2 years ago)
0
Regex EKS Logs
PCRE2 (PHP >=7.3)
This Just For Test
Submitted by
JuniYadi
-
2 years ago
0
Country 2 letters pattern (Any)
Python
That is an example that shows how to match any country code 2 letters pattern
Submitted by
joaosr-adjust
-
2 years ago
(Last modified 2 years ago)
0
Inf_lab2
Python
Regular expressions for lab2
Submitted by
anonymous
-
2 years ago
1
...
467
468
469
470
471
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
A
-
Z
]
{6}
)
|
(
[
A
-
Z
]
{7}
)
\s
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago