···55 * @param content The string content (HTML or plain text) to search within.
66 * @param regexPattern The regex string defining the capture group for the username.
77 * @returns An array of extracted usernames.
88- */
88+ **/
99export function parseTextOrHtml(
1010 content: string,
1111 regexPattern: string,