Help for this page

Select Code to Download


  1. or download this
    s/([\x{1F24}])/$delimiter/gm;
    
  2. or download this
    {
      my($temp);
    ...
      $temp2 = "\x{1F45}";
      s/([$temp1,$temp2])/$delimiter/gm;
    }