13 lines
		
	
	
		
			919 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			919 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | --- | ||
|  | title: Specify Only the Lower Number of Matches | ||
|  | localeTitle: تحديد عدد أقل من المطابقات فقط | ||
|  | --- | ||
|  | المشكلة تغيير haRegex regex لتتطابق مع الكلمة "Hazzah" فقط عندما يحتوي على أربعة أحرف z أو أكثر. | ||
|  | 
 | ||
|  | حل let haStr = "Hazzzzah"؛ let haRegex = / Haz {4،30} ah /؛ // قم بتغيير هذا الخط اسمحوا النتيجة = haRegex.test (haStr) ؛ | ||
|  | 
 | ||
|  | ## تحديد عدد أقل من المطابقات فقط
 | ||
|  | 
 | ||
|  | هذا هو كعب. [ساعد مجتمعنا على توسيعه](https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/javascript-algorithms-and-data-structures/regular-expressions/specify-only-the-lower-number-of-matches/index.md) . | ||
|  | 
 | ||
|  | [سيساعدك دليل النمط السريع هذا على ضمان قبول طلب السحب](https://github.com/freecodecamp/guides/blob/master/README.md) . |