Regular Expressions 101

Sponsors

Library entries

1
python

#define

no description available
Submitted by anonymous - 6 years ago
0
pcre

Remove Header Rows

Removes the first n rows of a file
Submitted by Raphael Bögel - 6 years ago
0
pcre

Restreindre scripts SQL

no description available
Submitted by anonymous - 6 years ago
0
pcre

test

test
Submitted by anonymous - 6 years ago
0
pcre

Filtre underscore

Filtre : split on underscore
Submitted by herve_p - 6 years ago
1
javascript

double number

no description available
Submitted by anonymous - 6 years ago
0
pcre

Password with rare chars

no description available
Submitted by Luis Arias - 6 years ago
0
pcre

Sass2Stylus Regex

converts CSS SASS to Stylus
Submitted by anonymous - 6 years ago
0
pcre

Complex password

no description available
Submitted by anonymous - 6 years ago
0
pcre

Common mails

no description available
Submitted by anonymous - 6 years ago
0
pcre

Phone

no description available
Submitted by anonymous - 6 years ago
1
python

Chord scanning

no description available
Submitted by anonymous - 6 years ago
0
pcre

Unicode Name validation

no description available
Submitted by anonymous - 6 years ago

A complete recognition of HTML elements pattern.

Vote

0

Regular Expression
javascript

/
([\n ]*((<((([a-zA-Z]+)( +(\w|\w+-+\w*)+ *= *(( *(\w|\w+-+\w*)+ *)|((") *.+ *("))|((') *.+ *('))|(\\" *.+ *\\")|(\\' *.+ *\\')))* *((\/)|(>([ \n]|.)*<\/[a-zA-Z]+)))|(!--([ \n]|.)*--))>)([\n ]*<((([a-zA-Z]+)( +(\w|\w+-+\w*)+ *= *(( *(\w|\w+-+\w*)+ *)|((") *.+ *("))|((') *.+ *('))|(\\" *.+ *\\")|(\\' *.+ *\\')))* *((\/)|(>([ \n]|.)*<\/[a-zA-Z]+)))|(!--([ \n]|.)*--))>)*)[\n ]*$)
/
gy

Description

Loading markdown...
Submitted by Rafael Laurindo - 6 years ago