Fixed a bug with the definition of encoding in html

This commit is contained in:
Green
2025-06-03 11:32:45 +03:00
parent 4451768f4e
commit 76bed5ae36

View File

@ -108,7 +108,7 @@ namespace NSStringFinder
wsEndingValue.pop_back();
wsRegexValue += L"\\s*(.[^" + wsEndingValue + L"]*)\\s*[" + wsEndingValue + L"]?";
wsRegexValue += L"\\s*[" + wsEndingValue + L"]?(.[^" + wsEndingValue + L"]*)\\s*[" + wsEndingValue + L"]?";
}
else
wsRegexValue += L"\\s*(.*)[\\n|\\r]?";