Regular Expressions 101

Community Patterns

1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - a month ago
1

html <Title>

Java 8
htnle
Submitted by erichologist - 2 months 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