 
            
            
            
            
                20 Dec
                
                    2009
                
            
            
                20 Dec
                
                '09
                
            
            
            
        
    
                10:16 a.m.
            
        Am Sonntag 20 Dezember 2009 15:52:06 schrieb Daniel Fischer:
Am Sonntag 20 Dezember 2009 15:34:11 schrieb Volkan YAZICI:
OTH, I'm looking at my "translate" and it fails on infinite strings. Is it because of something lacking in my implementation, or a limitation of Regex.PCRE?
Regards.
I don't know whether the regex library can deal well with infinite input,
No, it can't. It uses withCStringLen, that's not capable of dealing with infinite input.