Skip to content

Instantly share code, notes, and snippets.

@paulohfev
Created July 16, 2022 22:11
Show Gist options
  • Save paulohfev/21d999e09ad3d2bb17f8e5f21a10d5ee to your computer and use it in GitHub Desktop.
Save paulohfev/21d999e09ad3d2bb17f8e5f21a10d5ee to your computer and use it in GitHub Desktop.
File type RegExs
const VIDEO_FILE_REGEX = /video\/\w+/gm;
const AUDIO_FILE_REGEX = /audio\/\w+/gm;
const IMAGE_FILE_REGEX = /image\/\w+/gm;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment