Jump to content
  • 0

Влаженность бб-кодов


vvsh
 Share

Question

здравствуйте, такой вопрос, у меня есть замена с помощью регулярного выражения:

$body = preg_replace("#\[size\=(1|2|3|4|5|6|7|8])\](.*)\[/size\]#isU", "<font size=\"$1px\">$2</font>", $body);

вот текст для замены:

[size=1]
малый текст

[size=3]средний[/size]

[size=4]большой[/size]
[/size]

как сделать так, чтобы обрабатывалось не так:

<font size="1px">
малый текст

[size=3]средний</font>

<font size="4px">большой</font>
[/size]

а так:

<font size="1px">
малый текст

<font size="3px">средний</font>

<font size="4px">большой</font>
</font>

заранее спасибо

Edited by vvsh
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

да, это хороший вариант, спасибо.

а теперь еще, как быть, если мне надо сделать тоже самое с условиями, то есть:

<?if({a}=='2')?> 
a = 2 и
<?iff({b}=='3')?>
b = 3
<?else?>
b != 3
<?endif?>
<?else?>
a!=2
<?endif?>

Edited by vvsh
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy