Open BillyBonaros opened 4 years ago
Hi, First of all, great work! I tested all English words adding "20" before every word. I get results for:
'20 am', '20 ama', '20 amaas', '20 Amabel', ... 20 marsoon .... '20 montanic'
That means that there are no word boundaries. (AM, MAR, MON in my example). Maybe you can try adding \b at the end of the regular expression?
Hi, First of all, great work! I tested all English words adding "20" before every word. I get results for:
That means that there are no word boundaries. (AM, MAR, MON in my example). Maybe you can try adding \b at the end of the regular expression?