On 22/04/07, demerphq <demerphq@gmail.com> wrote: > The attached patch changes \v and \V (as requested by Larry a while > back) to match vertical whitespace (or not), adds support for \h and > \H to match horizontal whitespace (or not) and adds \R which match > line endings, (the same as (?>\x0D\x0A|\v) would match). > > \R is currently in PCRE 7 and is suggested in the unicode spec under > http://unicode.org/unicode/reports/tr18/#Line_Boundaries. > > \v\V and \h\H are from Perl6. Thanks, applied as change 31026.