Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qwIvan/8ec83a3b0dc4f599b77eef4585d85451 to your computer and use it in GitHub Desktop.
Save qwIvan/8ec83a3b0dc4f599b77eef4585d85451 to your computer and use it in GitHub Desktop.
// https://regex101.com/r/yX5xS8/73
const html = `
<ImG
sTyle=""
src="http://t.cn/EqRt9Eh"
class=">"
Style=""
/>
<ImG
style=""
src="http://t.cn/EqRt9Eh"
class=">"
STYLE=""
>
`.replace(/<((?:"[^"]*"['"]*|'[^']*'['"]*|[^'">\/])+)\/?>/gi, '<img style="max-width: 100%" $1 style="max-width: 100%" >');
console.log(html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment