export const bitcoinFilesUrlRegex = /https:\/\/bitcoinfiles\.org\/t\/([0-9a-f]+)/i; export const twetchUrlRegex = /https:\/\/twetch\.app\/t\/([0-9a-f]+)/i; export const genericUrlRegex = /(\bhttps?:\/\/[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|])/i;