Question : PHP Regex

Any PHP regular Expression people out there want to give me a hand with this?

{google.ww.init({"q":"how to get pregnant","r":["how to get pregnant with twins","ways to get pregnant","tips on how to get pregnant","how not to get pregnant","how long does it take to get pregnant","ovulation","signs of pregnancy","how to get a six pack"],"r2":[["how to get pregnant with twins"],["ways to get pregnant"],["tips on how to get pregnant"],["how not to get pregnant"],["how long does it take to get pregnant"],["ovulation"],["signs of pregnancy"],["how to get a six pack"]]})});;google.mc

I just want the words only in between the [ and ] without the quotation marks also of course ;)

["how to get pregnant with twins","ways to get pregnant","tips on how to get pregnant","how not to get pregnant","how long does it take to get pregnant","ovulation","signs of pregnancy","how to get a six pack"],"r2":[["how to get pregnant with twins"],["ways to get pregnant"],["tips on how to get pregnant"],["how not to get pregnant"],["how long does it take to get pregnant"],["ovulation"],["signs of pregnancy"],["how to get a six pack"]

Thanks

Answer : PHP Regex

Hi there

Try the following:
Dim item As ListViewItem
        For Each item In lvMatchedDvid.SelectedItems
            item.Remove()
        Next
Random Solutions  
 
programming4us programming4us