şunun yansıması
https://github.com/quitesimpleorg/qsmaddy.git
eşitlendi 2025-01-22 07:21:26 +01:00
italicparser: Parse(): Add static keyword to regex
In line with the other parsers, add the static keyword to the regex.
Bu işleme şunda yer alıyor:
ebeveyn
adb1a910d4
işleme
2f14336692
@ -39,7 +39,7 @@ public:
|
||||
void
|
||||
Parse(std::string& line) override
|
||||
{
|
||||
std::regex re("(?!.*`.*|.*<code>.*)\\*(?!.*`.*|.*<\\/code>.*)([^\\*]*)\\*(?!.*`.*|.*<\\/code>.*)");
|
||||
static std::regex re("(?!.*`.*|.*<code>.*)\\*(?!.*`.*|.*<\\/code>.*)([^\\*]*)\\*(?!.*`.*|.*<\\/code>.*)");
|
||||
static std::string replacement = "<i>$1</i>";
|
||||
line = std::regex_replace(line, re, replacement);
|
||||
}
|
||||
|
Yükleniyor…
x
Yeni konuda referans
Bir kullanıcı engelle