Have a strings like this
	
	
	
		
	
	
	
		
Is there any possibilites to write a function which find number in string, even if some part (between ";" and ";") has number and text (like 762c)?
if there is number in string then function is true
 
		Code:
	
	
	dsa;hwq;67;dk;71c
	
		Code:
	
	
	uqiea;762c;iyh
	Is there any possibilites to write a function which find number in string, even if some part (between ";" and ";") has number and text (like 762c)?
if there is number in string then function is true