This regex will match on Base64 strings (not hard-wrapped). It was designed to match on a string that is MOD4 with appropriate padding.
Keep in mind, this is very basic. You will likely need to add before and after anchors to meet your needs.