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 220 community submitted regex patterns...
0
ПОДЛЕСОК
Created
·
2020-10-23 15:21
Updated
·
2024-07-14 13:04
Flavor
·
Java
no description available
Submitted by
anonymous
0
Fund - Arriving in Kathmandu
Created
·
2021-04-02 11:20
Flavor
·
Java
Simple regex for Softuni
Submitted by
anonymous
0
笔试
Created
·
2021-04-04 13:16
Flavor
·
Java
笔试字符串检查regex
Submitted by
bgst009
0
Alien Registration Number
Created
·
2021-04-19 23:56
Flavor
·
Java
Alien Registration Number
Submitted by
anonymous
0
({( ?){ ( ?)(.*) ( ?)}( ?)})
Created
·
2021-05-01 13:13
Flavor
·
Java
{ { I\'m so {cool}, I\'m nested }} I\'m neither { I\'m just boring normal braces }
Submitted by
anonymous
0
OmegaT exercise: separators in figures (en -> es)
Created
·
2021-05-09 18:18
Flavor
·
Java
Replace thousand and decimal separators
Submitted by
anonymous
0
OmegaT exercises
Created
·
2021-05-09 18:23
Flavor
·
Java
OmegaT exercises
Submitted by
msoutopico
0
Regex to replace path in apache rewrite
Created
·
2021-05-15 05:30
Updated
·
2021-05-15 05:32
Flavor
·
Java
This regex convert following text: /research/the-123s-of-school-choice/ INTO: /research-library/?report=the-123s-of-school-choice
Submitted by
Suman Maharjan
0
Email Regex
Created
·
2021-05-15 07:48
Flavor
·
Java
Regex to capture email from Text
Submitted by
Suman Maharjan
0
Regex to capture AlphaNumeric String of 7 or 11 length(Must contain at least one Alphabet and Must contain at least one Numeric)
Created
·
2021-05-21 07:54
Flavor
·
Java
Regex to capture AlphaNumeric String Length should be 7 or 11 Must contain at least one Alphabet Must contain at least one Numeric
Submitted by
Suman Maharjan
0
my regex
Created
·
2021-05-23 03:15
Flavor
·
Java
test
Submitted by
anonymous
0
http{s} non-capturing regex kotlin
Created
·
2021-05-31 06:57
Flavor
·
Java
This is a kotlin implementation of a http{s} protocal check for when routing
Submitted by
yugely
0
Kotlin FTP Proto Check
Created
·
2021-05-31 07:03
Flavor
·
Java
ftpProtoCheck
Submitted by
anonymous
0
Therapi param type name fix
Created
·
2021-06-03 21:57
Flavor
·
Java
This regex extracts only the param type and omits any prefixed annotations included in the name.
Submitted by
anonymous
0
Password in java
Created
·
2021-06-04 04:41
Flavor
·
Java
password in java
Submitted by
anonymous
0
Minecraft Color Code Regex
Created
·
2021-06-05 11:01
Flavor
·
Java
Easy to remove minecraft color codes from strings.
Submitted by
Saniee
0
Pull Words from Sentence
Created
·
2021-06-05 20:27
Flavor
·
Java
Simple little regex to pull words out of a sentence. Obviously \w+ exists, but this accounts for a few corner cases that would normally be missed. Things like let's or ten-four good-buddy.
Submitted by
Tony B.
0
MaskTDCView4D
Created
·
2021-06-10 03:03
Flavor
·
Java
permite enmascarar la cadena de caracteres y deja mostrar los ultimos 4 digitos
Submitted by
anonymous
0
primerCaracter
Created
·
2021-06-10 18:27
Flavor
·
Java
obtiene el primer caracter de cada palabra luego de un espacio
Submitted by
anonymous
0
Regex 1
Created
·
2021-07-21 12:41
Flavor
·
Java
Розділення речень в тексті
Submitted by
DJI
Previous page
1
2
3
4
5
6
…
11
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-05-31 07:03
Flavor
·
Java
"
(?:
(
ftp
|
ftps
)(
://
)
)
"
g
Open regex in editor
Description
ftpProtoCheck
Submitted by
anonymous