Help for this page
my @arr1 = split("(')", "ab''c");
my @arr1x = split("('+)", "ab''c"); my @arr1; ... push @arr1, $_; } }