<?php $string = "[Texto entre colchetes] Texto fora do colchetes [outro texto] [[asdfasdf]]"; $novo = preg_replace("/\[+[\w\s]+\]+/i",'',$string); printf("Entrda: %s\r\nSaída: %s", $string, $novo);
Standard input is empty
Entrda: [Texto entre colchetes] Texto fora do colchetes [outro texto] [[asdfasdf]] Saída: Texto fora do colchetes
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!