Parse vBulletin's BB Code in PHP
Posted
by Josh K
on Stack Overflow
See other posts from Stack Overflow
or by Josh K
Published on 2010-06-02T00:08:22Z
Indexed on
2010/06/02
0:13 UTC
Read the original article
Hit count: 592
I would like a function that parses BB Code from vBulletin into a standard HTML markup.
Without using the PEAR library or the PECL extension.
Specifically the trouble I'm having is matching [quote=My Name]
. The name 'My Name' isn't enclosed by anything and can contain spaces.
© Stack Overflow or respective owner