Top "Bbcode" questions

Bulletin Board Code is a lightweight markup language used to format posts in many message boards.

preg_replace_all() related issue

I am currently making a BBCode class for my website. I need to do the following. function bbCode([skill]Q[/…

php function replace bbcode
Is there a way to use ungreedy matching in JavaScript for regular expressions?

I wonder if there is a way to use ungreedy matching in JavaScript? I tried the U modifer, but it …

javascript regex bbcode non-greedy