suchen

Heim  >  Fragen und Antworten  >  Hauptteil

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

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

天蓬老师天蓬老师2803 Tage vor531

Antworte allen(1)Ich werde antworten

  • 天蓬老师

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

    Markdown不是正则文法,所以你不能用正则表达式完成这个功能。

    Antwort
    0
  • StornierenAntwort