# New Ticket Created by Dan Jacobson # Please include the string: [perl #34462] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34462 >
In perlre we see \s Match a whitespace character but we can't find the definition of "whitespace character". Do add it or a reference. (We were trying to find out if \n is a whitespace character.) P.S., In our search, we found a search-busting hyphen: matches at boundary between white-space characters and P.P.S., on perlop we see # trim white space twice. So do standardize upon whitespace vs. white-space or white space.