Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
IP Address
IP Address RegEx
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
匹配#结尾的电话号码和手机
匹配#结尾的电话号码和手机
Submitted by
Leo
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
#结尾的电话匹配
#结尾的电话匹配
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
判断是否有非法字符(合法字符为数字+-# 以及{"0":0, "1":1}所包含的符号)
判断是否有非法字符(合法字符为数字+-# |以及{"0":0, "1":1}所包含的符号) 能捕获的:包含汉字、英文字符、部分分割符(;、/)、各种括号的电话
Submitted by
Jiajian Ye
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Username Middle name Surname regex matcher
Username Middle name Surname regex matcher
Submitted by
Nikola
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Something...
Look for all entries of a country on a list that can have repeated values
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
CDATA Matcher
Matches CDATA sections while disallowing nesting
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Length > 4 chars
Accounts for any character 4 times and not 'null'
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
phone number matcher
phone number matcher
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Flight Number Regex for Java and Tests
A regex string to validate flight number
Submitted by
Jose Sousa
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
RegexNumberDecimal
For two digits in regex in decimal places two and allow two digits before that point decimal
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Email - Works 99% close to oficial Standards
Email - Works 99% close to oficial Standards, even better
Submitted by
CryptoCode
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Instagram Profile Url Test
Testing all known Variations of Instagram Profile Url's
Submitted by
CryptoCode
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
LinkedIn Profile Url
LinkedIn Profile Url
Submitted by
Morons
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
lat cyr letters
only lat and cyr letters
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Fixed Email Regex (emailregex.com)
An email regex that allows for capitals after the final dot (ie. TEST@GMAIL.COM)
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
时间
时间
Submitted by
旧信
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Illegal characters for directory name
Pattern matches to all illegal characters in directory name. Can be useful for normalizing the folder name before creating it
Submitted by
Vlad Yevtushenko
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
FullName_regex
2135
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Cron Syntax
This checks the syntax for CRON
Submitted by
Till Hummel
-
a year ago
1
...
3
4
5
6
7
8
9
10
AsciiDoc highlight
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
java
"
(?m)
(?<!
]
)
(
(
#
(?!
#
)
(
.
*
?
)
#
(?!
#
)
)
|
(
##
(?!
#
)
(
.
*
?
)
##
)
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
aisbergde
- 8 months ago