2012-01-28, 03:23 PM
This user has been denied support.
I am using these as the detailsName lmgtfu
Regular expression
\[google\](.*?)\[/google\]
Replacement
<input type="button" value="Google It!" onclick="window.open('http://letmegooglethatforyou.com/?q=$1')" />
I want it to convert anything to lmgtfu link, is there any problem with the code i used ?