# New Ticket Created by Joshua Isom # Please include the string: [perl #37965] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37965 >
Is PGE's ^^ broken? From the results I'm getting, ^^ is being treated like ^, so only matches the beginning of the string, not at the beginning and after every newline. $$ seems to work, but the ^^ doesn't. The pattern I'm using is "^^<gt>\\N*$$|\\n". This is with r10555.