fork download
  1. <?php
  2.  
  3. preg_match('#data:image/\w+;base64,\K[^"<]*#i', '<img src="data:image/png;base64,_BASE_64_DATA_HERE"><br>', $match);
  4. echo $match[0];
  5.  
Success #stdin #stdout 0.02s 24192KB
stdin
Standard input is empty
stdout
_BASE_64_DATA_HERE