Help for this page

Select Code to Download


  1. or download this
    if (...) $&Log ("it found base64-$i");
    
  2. or download this
    if($string_whole =~ m/
        ^ 
    ...
    /x) {
       Log("$string_whole is valid base64");
    }