EU Parliament Monitor โ€” API Documentation - v0.9.24
    Preparing search index...
    • Strip a leading **Label:** / **Label๏ผš** prefix from a Markdown BLUF line, in any of the 14 publishing languages. Translated executive briefs open the ## FOR IMMEDIATE ACTION section with patterns such as **Issue:** โ€ฆ, **Frรฅga:** โ€ฆ, **Asunto:** โ€ฆ, **ไธป้กŒ:** โ€ฆ, **ุงู„ู…ูˆุถูˆุน:** โ€ฆ, **Thema:** โ€ฆ, **Sujet :** โ€ฆ โ€” without this stripper the localized label leaked into <meta description> for every non-English locale (the English **Issue:** line is already filtered by METADATA_LINE_PREFIXES).

      The matcher is structural, not vocabulary-driven: it accepts up to 5 word/glyph tokens (letters, marks, digits, spaces, hyphens), followed by either an ASCII colon : or full-width colon ๏ผš, followed by **, followed by whitespace. Returns the line verbatim when no qualifying opener is present so it is safe to apply unconditionally.

      Parameters

      • raw: string

        Raw Markdown line (still carrying **โ€ฆ** decorations)

      Returns string

      Line with the leading **Label:** prefix removed, or the original input when no such prefix exists