Quote:
	
	
		
			
				
					Originally Posted by  Accel
					 
				 
				What is this TPM? 
May be you can help me to write template that make from 'Doyle, Arthur Conan' --> Doyle, A. C. ? 
			
		 | 
	
	
 TPM is 
Template Program Mode.
A template that produces what you want for the example you provided is
	Code:
	{author_sort:'re($, '([, ]+)(\w)\w*', '\1\2.')'}
 I don't know it it will produce the right answer in all cases.