marcotrevisan / mlocate

Forked from mlocate 6 years ago
Clone

89d267c locate: transliterate strings by char and do it on valid results only

Authored and Committed by marcotrevisan 6 years ago
1 file changed. 45 lines added. 23 lines removed.
    locate: transliterate strings by char and do it on valid results only
    
    To avoid false positives and not to break regex (in advanced mode
    when a '?' is present, we had to escape it otherwise).
    
        
file modified
+45 -23