芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/sdfoiuhzufgh/inc_bbcode.php
$2', $texte); $texte = preg_replace('#\[gr\](.+)\[/gr\]#isU', '
$1
', $texte); $texte = preg_replace('#\[it\](.+)\[/it\]#isU', '
$1
', $texte); $texte = preg_replace('#\[sou\](.+)\[/sou\]#isU', '
$1
', $texte); $texte = preg_replace('#\[sur\](.+)\[/sur\]#isU', '
$1
', $texte); $texte = preg_replace('#\[titre\](.+)\[/titre\]#isU', '
$1
', $texte); $texte = preg_replace('#\[listepuce\](.+)\[/listepuce\]#isU', '
$1
', $texte); // liste normale $texte = preg_replace('#\[listenumero\](.+)\[/listenumero\]#isU', '
$1
', $texte); // liste numéroté $texte = preg_replace('#\[puce\](.+)\[/puce\]#isU', '
$1
', $texte); // puce $texte = preg_replace('#[a-z0-9._-]+@[a-z0-9._-]{2,}\.[a-z]{2,4}#i', '
$0
', $texte); // mail $texte = preg_replace('#(http|https)://[a-z0-9._/-\?&]+#i', '
$0
', $texte); // lien $texte = preg_replace('#\[img ([0-9a-z_.]+)\]#i', '
', $texte); // image return $texte; } ?>