<?php $str = "**link(http://google.com)*{Google}**"; preg_match("/(?<=\\*\\*link)\\((.*)\\)/", $str, $match1); preg_match('/(?<=\*\*link)\((.*)\)/', $str, $match2); echo "{$match1[1]}\n{$match2[1]}\n";
You have javascript disabled. You will not be able to edit any code.