Regular Expressions 101

Spo⁠nsors

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

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

Description
Created·2022-01-12 16:16
Type·Substitution
Flavor·PCRE (Legacy)

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

Submitted by O’Reilly Regular Expressions Cookbook
Open Workspace