can anyone tell me how we can match repetative elements in string using perl regexp..
Example---
string => "It was an intelligent stori"
Here I want to match
I as in It
2 i's as in intelligent
i as in stori============
any thoughts???
Thanks in advance...