asrayousuf / ScrabbleWordRecommender

0 stars 0 forks source link

Writing method for creating the regex pattern from constraint #23

Closed ekanshmittal closed 9 years ago

ekanshmittal commented 9 years ago

To create the regex pattern for input constraint

Jayasruthi commented 9 years ago

The regex method now has 2 issues:

  1. *_c_ab -> Will work for length more than 8
  2. *_c_a_b -> Will not work for _c or ca
aravindsrivats commented 9 years ago

I dont understand what the issue is. Explain more.

ekanshmittal commented 9 years ago

implemented