export const VIDEO_REG = /(?<=\.)(mp4|webm|ogg)/g export const IFRAME_REG = /(?=iframe)/g export const MEDIA_SRC_REG = /(?<=src=("|'))(\S*)(?=("|'))/