Regular Expressions 101

Community Patterns

0

3

PCRE2 (PHP >=7.3)
3
Submitted by anonymous - a year ago
0

域名规则

ECMAScript (JavaScript)
域名规则
Submitted by anonymous - a year ago

Remove width and height from img tag

1

Regular Expression
ECMAScript (JavaScript)

/
(<img.*?)(height=".*?")|(width=".*?")(.*?>)
/
gi

Description

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