Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 13,660 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
How to get AC, Tax_id, optionally VAR_SEQ, and Sequence?
Python
1) (?ms)ID\s+.?^AC\s+(\w+);.?^OX\s+NCBI_TaxID=(\d+).?(?#how to optionally capture group ^FT\s+VAR_SEQ.?\/FTId=\w+\. ).?^\s{5}(.?)// 2) (?ms)(FT\s+VAR_SEQ.*?\/FTId=\w+\.) (1) can give AC, Tax_id and Sequence and these 3 fields are always present in an Entry, but VAR_SEQ field is optional. (2) gives ...
Submitted by
anonymous
-
7 years ago
2017-03-14 15:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
YouTube Video URL Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-14 12:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RegexForSplitStringUsingRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-13 15:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Url brochure met utm
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-13 12:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DisSection_Parser
PCRE (PHP <7.3)
no description available
Submitted by
zhaDe
-
7 years ago
2017-03-11 15:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Add a nonce for inline scripts (CSP, nginx)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-11 13:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
final2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 23:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SCHEMA.TABLE_NAME|Primary_key (x (x+n)?)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 23:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
final
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 22:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
attr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 22:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Schema.Table_name | \ \*\
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 22:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FROM\ SCHEMA(.TABLE_NAME)?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 22:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Schema.Table_name | \ \*\
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 22:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Decimal type check for view column
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 19:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
html content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 18:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get attributes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 18:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get all tags except one
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 18:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 18:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
dick detector
PCRE (PHP <7.3)
detect 8=D regex
Submitted by
anonymous
-
7 years ago
2017-03-10 11:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
task2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-10 06:51
1
...
450
451
452
453
454
455
456
...
683
skdb profiel
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
(
Vwo
|
Havo
)
met
profiel
(
.
*
?
)
\.
?
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
spreling
-
7 years ago
2017-01-03 12:32