It should be really obvious and I've been able to scrape other elements on the page but I just can't pick up the description. 
So, for this page:
http://www.amazon.com/gp/product/B004X6TSOG/
the whole description is between
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
so the RegEx should be 
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
But it doesn't work when I test it. 
Can someone show me where I've gone wrong and what I need to do to fix it, please?
								So, for this page:
http://www.amazon.com/gp/product/B004X6TSOG/
the whole description is between
			
				Код:
			
		
		
		<div class="productDescriptionWrapper"></div class="EmptyClear">
			
				Код:
			
		
		
		(?<=\<div class\=\"productDescriptionWrapper\"\>).*?(?=\<div class\=\"emptyClear\"\>)Can someone show me where I've gone wrong and what I need to do to fix it, please?

 
 
		 ?!
 ?! 
 
		