148 sub _escape { 149 my $separator = shift; 150 my $regex = '\\' . join('\\', split(/''/, $separator) ); 151 return $regex; 152 }