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)
pcre2
Match All Words Beginning With 'a'
This code can be adapted to match any character or word in a list using a textbox as follows: "^[" & TextBox2.Text & "]\w+" However, for this to work the text in the main textbox needs to be made into a list replacing whitespaces, tabs, carriage returns, etc. with a carriage return. The list doesn...
Submitted by
anonymous
-
5 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
latlonlatlon
gg
Submitted by
anonymous
-
5 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
capture strings between paragraphs
capture any strings between paragraphs
Submitted by
anonymous
-
6 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
test
test
Submitted by
anonymous
-
6 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Discord name with both old and new name support
This discord regex supports both the new and the old version of discord names. Old: NAME#[0001-9999] Between 2 and 32 characters....
Submitted by
Fy17
-
6 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PLDI regex 3
for pldi answer
Submitted by
PlaceReporter99
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PLDI regex 2
for pldi answer
Submitted by
PlaceReporter99
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PLDI regex 1
For pldi answer
Submitted by
PlaceReporter99
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Dyno warning regex
Used to separate things in dyno warning
Submitted by
anonymous
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
UFUNCTION parser
Breaks any UFUNCTION into parts
Submitted by
anonymous
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
decimal number
decimal number validation pattern 1.** integer_ 2.** floating point_
Submitted by
martins
-
7 days ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
url matcher 2.0
now matches any protocol, as well as username, password, query and fragment. query is not split
Submitted by
Mitsunee
-
8 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Country Codes (Alpha 2 and Alpha 3)
Country Code Classifier ISO 3166-1 alpha-2 codes are two-letter country codes defined in ISO 3166-1, part of the ISO 3166 standard published by the International Organization for Standardization (ISO), to represent countries, dependent territories, and special areas of geographical interest. They ar...
Submitted by
loganmcampbell
-
8 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Hesla ISJ
ISJ
Submitted by
anonymous
-
9 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
100-4300
match 100, 200, 300 upto 4300
Submitted by
anonymous
-
9 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
webforms detection
Rule to identify web form collections
Submitted by
Pandurang Patil
-
9 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
async calls in foreach
async calls in foreach loop, search by await keyword found in foreach
Submitted by
mmateeva
-
10 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
0及最多6位正负整数
1、匹配6位以内正负整数 2、可以匹配0 有效例子 0 21...
Submitted by
anonymous
-
10 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Firstname Lastname (Western alphabet)
A regular expression to validate Firstname Lastname, supports multiple names, de, le, O',L',l',d', prefixes.
Submitted by
remedio
-
10 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
rust
Unicode Hexadecimal
Find hexadecimal numbers using Extended Unicode Support.
Submitted by
anonymous
-
10 days ago
1
2
3
4
5
...
851
Regex Card Name - Custom
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
dotnet
@"
^
[
a
-
zA
-
Z
\s\d
\/\+\(\)\#\&
]
*
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 2 months ago