Jump to content

Recommended Posts


Posted

You don't need to use RegEx for simple tags that have no parameters. Just use a straightforward Replace.

_msg = _msg.Replace("[list]", "<ul>");
_msg = _msg.Replace("[*]", "<li>");
_msg = _msg.Replace("[/list]", "</ul>");

Posted

Yeah, i actually didn't think about that lol :P

Thx, i'll think i've only got to use regex for the <li></li> part and that's not hard :)

Thx for clearing my mind at this late hour ;)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...