Help for this page
elsif ($_ eq '[') { $regex .= $escaping ? "\\[" : $_; ... elsif ($_ eq ']') { $regex .= $escaping ? "\\]" : $_; }