Search found 2 matches

by Vector
Sat Jan 14, 2006 5:25 pm
Forum: Regex
Topic: The quote in a quote.
Replies: 4
Views: 3564

Thanks all for the fast reply's :)
I'll try some of these ideas and post again if I need any more help.

Thanks again :!:
by Vector
Fri Jan 13, 2006 10:19 pm
Forum: Regex
Topic: The quote in a quote.
Replies: 4
Views: 3564

The quote in a quote.

Howdy doody. Simple question, but I don't know how the answer goes... My current PHP regex is '/\[quote=(.*)\](.*?)\[\/quote\]/is' and that formats to "Quote ($1):<br /><br /><div style='margin:2px 20px;border-style:hidden solid;border-width:2px;padding:2px 15px;'>$2</div>" Or put more sim...