search

Home  >  Q&A  >  body text

c++ - 想要用boost::regex_replace 来将一个markdown 文件中的` `全部替换成<code> </code>

现在只能替换成一部分,不能够替换全部的,请问有什么思路没有?

天蓬老师天蓬老师2803 days ago526

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 11:45:50

    Markdown is not a regular grammar, so you cannot use regular expressions to complete this function.

    reply
    0
  • Cancelreply