Regular Expressions 101

Sponsors

Library entries

0
pcre2

.csv data conversion for a test case

from "['a']" to "[""a""]"
Submitted by anonymous - a year ago
0
pcre2

Jerem

To match specific name based on season code
Submitted by anonymous - 10 months ago
0
pcre2

find between 2 strings

find between 2 strings
Submitted by anonymous - 10 months ago
0
javascript

Mez regex #1

This is the #1 regex used in Mez
Submitted by anonymous - 10 months ago
0
javascript

Mez regex #3

This is the #3 regex used in Mez
Submitted by anonymous - 10 months ago
0
pcre2

Drealth

just a normal text to the drealth emojis
Submitted by NobreHD - 10 months ago
0
pcre2

TTB fund acc 1

my work space
Submitted by anonymous - 10 months ago
0
javascript

变成一行

把代码变成一行一个属性
Submitted by naoyuyan - 10 months ago

Password must contain numbers, special. symbols and Latin letters, including capital letters

Vote

0

Regular Expression
pcre2

/
(?=.*[0-9])(?=.*[!@#$%^&*])(?=.*[a-z])(?=.*[A-Z])[0-9a-zA-Z!@#$%^&*]{6,}
/
gm

Description

Loading markdown...
Submitted by anonymous - a year ago