How can I select every text between base64
and ==
?
Please, I have tried a whole lot of REGEX without success.
I have an exported mailbox file from Apple Mail.
I want to simply delete the image data (replace the Base64 data with nothing).
Every solution I've found is select every text between the first base64
and the last ==
, which is not helping.