Regular Expressions 101

Community Patterns

0

unit_no_extraction

Python
CREMATRIX
Submitted by anonymous - 4 years ago
0

timestamp

Python
no description available
Submitted by anonymous - 4 years ago
0

parse sqs url

Python
no description available
Submitted by anonymous - 4 years 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