Strip a leading all-caps prose label (e.g. SITUATION:, KEY MOTION:,
BLUF:, BOTTOM LINE:, TIER-1:) from a prose line. These labels
are common in BLUF-style editorial writing — they survive
stripInlineMarkdown (which strips the **bold** wrapper but
keeps the literal text) and would otherwise leak into the SEO
description as a confusing all-caps shout.
Matches up to 4 hyphenated all-caps tokens, optionally followed by a
digit suffix (TIER-1), terminating at a colon. Returns the original
line when no opener is present.
Strip a leading all-caps prose label (e.g.
SITUATION:,KEY MOTION:,BLUF:,BOTTOM LINE:,TIER-1:) from a prose line. These labels are common in BLUF-style editorial writing — they survive stripInlineMarkdown (which strips the**bold**wrapper but keeps the literal text) and would otherwise leak into the SEO description as a confusing all-caps shout.Matches up to 4 hyphenated all-caps tokens, optionally followed by a digit suffix (
TIER-1), terminating at a colon. Returns the original line when no opener is present.