Help for this page

Select Code to Download


  1. or download this
    $text = '1,This is a problem->\\,B,2';
    
  2. or download this
    my $regex = qr/(?<!\\),|(?<=\\\\),/;