### **Issue:** Currently, the following patterns of text are being identified as url when `looseUrl` option is true when using `linkify`. ```dart pattern1 -> 'awdaw....aw' pattern2 -> 'awdaw...wad...wadw' and so on... ``` ### Expected behaviour: Technically, this shouldn't be identified as urls as there are multiple periods present consecutively and thus is an invalid url pattern.