General discussions about Advanced Find and Replace
			
		
		
			- 
				
																			
								Mahesh							 
									
						
		
						
						
		
		
						
					
													
							
						
									
						Post
					
								by Mahesh » 
			
			
			
			
			
			I want to use the product for mass text replace of 5 tab characters in a text file to replace to 4 Tab characters.
Can you tell me the command line option to do this 
If this is possible I would like to start with buying 2 user license for the company.
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			- 
				
																			
								Abacre							 
						- Site Admin
 			
		- Posts: 1223
 		- Joined: Mon Jan 31, 2005 5:32 pm
 		
		
						
						
		
		
						
					
						
		
													
							
						
									
						Post
					
								by Abacre » 
			
			
			
			
			
			Hello,
Yes it's possible. Please do the following:
1. Go to Batch replace tab.
2. Switch ON "Use regular expressions"
3. In Search for put:
\t\t\t\t\t
and in Replace with put:
\t\t\t\t
That's all. I verified it works.
So \t means tab char in regular expressions.