Skip to content

Instantly share code, notes, and snippets.

@ahhh
Created May 20, 2015 19:34
Show Gist options
  • Save ahhh/28da964972e8b9513209 to your computer and use it in GitHub Desktop.
Save ahhh/28da964972e8b9513209 to your computer and use it in GitHub Desktop.
Regex for base 64
^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment