<?php $a = '[quote author=XXXX link=topic=137308.msg208143#msg208143 date=1389302491]foo bar bar foo[/quote]'; echo preg_replace("/\[quote\s+author=(\w+)[^\]]*]/g", "[quote=$1]", $a);
Standard input is empty
Standard output is empty
PHP Warning: preg_replace(): Unknown modifier 'g' in /home/fEBrT1/prog.php on line 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!