Regular Expressions 101

Community Patterns

1

GrEedy

Python
greedy or no greedy_**
Submitted by daen3r1s - 6 days ago
1

Funny Discord Thing

.NET (C#)
Submitted by Deniz-seckin55 - a month ago

Matching un-wrapped HTML & CSS code blocks in Markdown

-1

Regular Expression
ECMAScript (JavaScript)

/
(?<!```html\s*)(<link href=.*?)(?=^\s*$)
/
gmis

Description

Loading markdown...
Submitted by anonymous - 4 months ago