mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-30 20:57:26 +00:00 
			
		
		
		
	Remove extraneous regex.
This commit is contained in:
		| @@ -48,7 +48,7 @@ Keyword analysis for HackMyResume. | ||||
|       }); | ||||
|  | ||||
|       return rez.keywords().map(function(kw) { | ||||
|         var regex = new RegExp( '\\b' + regex_quote( kw )/* + '\\b'*/, 'ig'); | ||||
|         //var regex = new RegExp( '\\b' + regex_quote( kw )/* + '\\b'*/, 'ig'); | ||||
|         var regex = new RegExp( regex_quote( kw ), 'ig'); | ||||
|         var myArray, count = 0; | ||||
|         while ((myArray = regex.exec( searchable )) !== null) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user