Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-01-12 16:16
Flavor·PCRE (Legacy)

/
<(\/?)b\b((?:[^>"']|"[^"]*"|'[^']*')*)>
/
gm
Open regex in editor

Description

Replace old formatting HTML tag <b> with semantic <strong> tag. It can be used as a template for replacing any HTML tag, like <i>, etc.

Submitted by O’Reilly Regular Expressions Cookbook