How can Python write BBcode modules?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • 如履薄冰

    #1

    How can Python write BBcode modules?

    BBcode reference: http://www.phpbb.com/phpBB/faq.php?mode=bbcode

    I want write a BBcode module in Python, but I'v not idea for this. Who
    can tell me about this arithmetic? ( I'm so sorry for my poor englist)

  • romain.gaucher@gmail.com

    #2
    Re: How can Python write BBcode modules?

    if you don't need really goof perfomances, you ca use regular
    expression... but in fact, string processing would be really better !

    Comment

    Working...