Regular Expressions 101

Community Patterns

1

Extract tag name and its content

Python
Lrc file
Submitted by Cricar - 2 months ago
1

Match each tag

Python
Match each tag in a lrc file
Submitted by Cricar - 2 months ago
1

Repeat character with custom symbol

PCRE2 (PHP >=7.3)
OK
Submitted by UVT - 2 months ago
1

testregexaa

PCRE2 (PHP >=7.3)
aaa
Submitted by aaa - 2 months ago
1

12px

PCRE2 (PHP >=7.3)
查找替换
Submitted by anonymous - 2 months ago
1

TVseriesFileName

PCRE2 (PHP >=7.3)
test
Submitted by anonymous - 2 months ago

exclude square brackets

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?!\[).*$
/
gm

Description

Loading markdown...
Submitted by tarek - 6 months ago