How do I modify this code so that it'll find the index the regex matches with. Basically suppose I had "kim" as my test expression. And my test string is "jkimsdfs". How can I show that "jkimsdfs" matches with "kim" at index 1.How do I modify this code so that it'll find th