 
        0
    
    
    
        
        
        Respuestas
        
        
    
    
    
    
    
    How to filter Zotero for strict results?
How can I filter Zotero so that my filter is only strictly filtered? For example, author "Lau" is filtered as Lau* using the below code, but I would like strictly 'Lau'.
	
Respuesta
 
+1
	
    
	
	
	
	
	 Respuesta
	
	
	
		
	        Respuestas
		
	
	
	
	The filter value is a regular expression. So "Lau[^a-z]" should work for you.
 
Thank you! Can you provide a reference on the web where I can find a description of "regular expressions"?
Servicio de atención al cliente por UserEcho
 Preguntas
		
		
	
Preguntas 
	
 
                
The filter value is a regular expression. So "Lau[^a-z]" should work for you.