N 
		
								
				
				
			
		None
Hi,
I have a string like below.
File:Name of the file*023456
File:Name of the file*023453
File:Name of the file*023436
How to find the Colon
) index from *index(i know only  * position
index). With this index how should i found previous character index(For
example i need Colon index)
Thanks,
Vinoth
				
			I have a string like below.
File:Name of the file*023456
File:Name of the file*023453
File:Name of the file*023436
How to find the Colon
) index from *index(i know only  * positionindex). With this index how should i found previous character index(For
example i need Colon index)
Thanks,
Vinoth
	
?<FileName>.*)\*\d\d*$");