For the curious (like me), the specific code that implements this appears to be:
if (exists $flags{-keep}) { $pat =~ s/\Q(?k:/(/g; } else { $pat =~ s/\Q(?k:/(?:/g; }
Update: Added link
In reply to Re^2: Regex: What does ?k: mean?
by haukex
in thread Regex: What does ?k: mean?
by hoppfrosch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |