Regular Expressions 101

Community Patterns

0

date range

ECMAScript (JavaScript)
.
Submitted by anonymous - 7 months ago
0

match html reg

Python
match html reg
Submitted by anonymous - 7 months ago

Match last repetition and remove it

1

Regular Expression
ECMAScript (JavaScript)

/
(a+)(.*)(\1)
/
g

Description

Loading markdown...
Submitted by Icaruk - 9 months ago