Re: [Haskell-cafe] [haskell-cafe] Non-greedy match in Text.Regx.Posix
            
            
            
                17 Jul
                
                    2012
                
            
            
                17 Jul
                
                '12
                
            
            
            
        
    
                3:08 p.m.
            
        I was exploring Text.Regex.Posix and found that I was not able to do a non-greedy match by modifying the quantifier with a "?". How can I achieve non-greedy match in Text.Regex.Posix?
If it's Posix, it is greedy. Successive submatches are as long as possible subject to the constraint that a longest possible overall match be found if such exists. Doug McIlroy
        4858
        
      
          Age (days ago)
        
      
        4858
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
Doug McIlroy