Hi i have a string like this:
adfsdf dsf {{sadfsdfadf {{Infobox}} musical}} jljlk }}
i want eliminate all substring {{..}}
and so i tried with
\{\{.*\}\}
this eliminates {{sadfsdfadf{{Infobox}} musical}} jljlk }}
but i want eliminate {{sadfsdfadf {{Infobox}} musical}}
checking the }}
more near from the start of the substring
How can i do?