I have to qualify some of my words:
While 0x41 is indeed not in any class that I may have thought about, 0x25, is 
actually in some.
/[\h]/BZ                                                          
------------------------------------------------------------------        Bra   
                                                            
[\x05\x0b-\x0d\x15\x25 ]                                          Ket           
                                                    End                         
                              
------------------------------------------------------------------
/[\v]/BZ                                                           
------------------------------------------------------------------         Bra  
                                                              
[\x0b-\x0d\x15\x25]                                                Ket          
                                                      End                       
                                 
------------------------------------------------------------------ 
/\R/SI                                    Capturing subpattern count = 0        
    No options                                No first char                     
        No need char                              Subject length lower bound = 
1            Starting chars: \x0b \x0c \x0d \x15 \x25  
 Ze'ev Atlas
-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to