Help for this page
Select Code to Download
Select
or
download this
$text = '1,This is a problem->\\,B,2';
Select
or
download this
my $regex = qr/(?<!\\),|(?<=\\\\),/;