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

image cid

0

Regular Expression
Golang

`
(src="cid:).*?(.+?(\.gif|\.png|\.jpg))+?([^"]*)
`
g

Description

Loading markdown...
Submitted by anonymous - 6 years ago