Jump to content

Excluding certain characters when using the period


-null-

Recommended Posts

I'd like to be able to allow only certain BBCodes in my forum.  To do so I am trying to use regular expressions to parse all the bbcode and removing the unwanted codes.

 

So far I have the expression that matches any simple bbcode

#\[(.+?)\](.+?)\[/\\1\]#is

 

However I'm not sure how to exclude the characters I want to keep (b, i, u a and s) from this expression.

 

Is it possible to exclude characters with a dot match.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.