Regex match "_" char only if it isn't in a username – Telegram API
Context and Explaination I am doing a telegram bot, and i want to add the excape char "" before every "_" char that is not in a username (a word starting with "@") like "@username_", to prevent some markdown errors…