hi
I have a string which contains some even no. of special characters '?'
for example
str="string contains ?special? character but how?to? asjdjfjkdfjkd?check?"
i want to get substrings starts with ? and ends with ?
So in the above example my output should be
1.special
2,to
3.check