Convert Wiki formatted text to HTML?

Discussion in 'Programming' started by fcmisc, Mar 26, 2006.

  1. #1
    Hi,

    Does anyone know of any VB macros that will convert Wiki Formatted text to html? The only ones I can find on the net are in perl.

    Thanks,

    fcmisc.
     
    fcmisc, Mar 26, 2006 IP
  2. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #2
    The wiki tags are very close on html tags ... so you can change that if you know a little programming ...


    Regards
    Adrian
     
    sacx13, Mar 31, 2006 IP
  3. cashboy

    cashboy Peon

    Messages:
    66
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    just to add to sacx13 comment, if you are using php, you could use the "str_replace" func to do that... check out php.net/str_replace for further info....

    good luck.!
     
    cashboy, Apr 21, 2006 IP
    fcmisc likes this.