05-06-2009, 07:59 AM 
		
	
	
		Do you know how find words with n errors (substitutions, insertions or deletions) with regex or another way?
Example:
findwordx("Massechusets" 2) ---> to match "Massachusetts" with two errors (one substitution and one insertion).
	
	
	
	
Example:
findwordx("Massechusets" 2) ---> to match "Massachusetts" with two errors (one substitution and one insertion).

 
 

 
