Regular Expressions 101

Sponsors

Library entries

-1
pcre

Debit Cards

checks for BIN and then 10 digits after.
Submitted by anonymous - 3 years ago
-1
pcre

Answer to 10

no description available
Submitted by anonymous - 3 years ago
-1
pcre

Regex to find Gmail id

Easily identify gmail id
Submitted by anonymous - 3 years ago
-1
pcre

Filter static web content

no description available
Submitted by anonymous - 2 years ago
-1
pcre

^\[([\w\s\d]+)\]\((https?:\/\/[\w\d.\/?=#]+)\)$

Markdown link
Submitted by anonymous - 2 years ago
-1
pcre

Teoria 1

no description available
Submitted by anonymous - 2 years ago
-1
pcre

Grep from A to B

no description available
Submitted by anonymous - 2 years ago
-1
pcre

POC Mobile Detection

no description available
Submitted by anonymous - 2 years ago
-1
golang

rtrtr

gtgtg
Submitted by anonymous - 2 years ago

Regex to find begin and end of a HTML tag with a certain class

Vote

-1

Regular Expression
pcre

/
<([A-Za-z]{1,7}) .*class='([a-zA-Z0-9_ ]{0,})searchedclass[ '].*>.*<\/\1.*>
/
iUs

Description

Loading markdown...
Submitted by xm318 - 7 years ago