i have a string like this:
"bla blabla bla bla [bla:bla:bla] blabla blablabla [ble:ble:ble] bla bla bla"
What i need is to find if theres a "[*:*:*]" in my string and get the content. From that i think i know how to replace it.
For a better explanation, the string is a description of something, and between the "[]" theres some parameteres to build an url, so there can be any number of "[]" in my string and i need the content as this the info needed to build the url.
Thanks in advance!
[*:*:*]what if there are more than two i.e[*:*:*:*:*]