an open form solution of the pattern matching problem between two strings of any size.
Example:
word = 'pricepricetag'
pattern = 'aab'
-----------------------
yields--> Pattern match!
'a'--> 'price'
'a'--> 'price'
'b'--> 'tag'
| Name | Name | Last commit date | ||
|---|---|---|---|---|