I have strings of 15 characters long..i am performing some pattern matching on it with the use of regular expression.
i want to know the position of string where the isMatch()
function returns true.
Is there is any function that return index position of a string
I want to perform some operation on that index.