in reply to Re: Regex: What does ?k: mean?
in thread Regex: What does ?k: mean?
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
|
|---|