|  | Magic File Renamer Help | 
		
		
		
		Index > Reference
		> Filters > Space 
			Manipulating Filters > Space After Filter
		
		
		
		
		
		 
		
		
		This filter makes sure a space exist after each character in the defined list.
		
		
		When Only when next character is a letter or a digit is checked, a 
		space will be inserted after a character, only if the current character after 
		it is a letter or a digit.
		
		
		The character which will be inserted is space in default, but can be changed by 
		adding the Space Character filter to the 
		apply list before this filter.
		
		
		Can be applied on any text field.
		
		
		Example:
		
		Ensure a space after: ,;!
		
		Only when next character is a letter or a digit is checked.
		
		
		one,two,three  >>> one, two, three
			one, two,three >>> one, two, three
			Blaaa!blaaa!!  >>> Blaaa! blaaa!!