y-Web: supplement to commit 68cee82

Origin commit data
------------------
Commit: 09a68d0b8d
Author: GetAway <get-away@t-online.de>
Date: 2020-07-05 (Sun, 05 Jul 2020)
This commit is contained in:
GetAway
2020-07-05 23:49:13 +02:00
committed by vanhofen
parent 715126af4e
commit 03e555e475

View File

@@ -105,6 +105,8 @@ bool ySplitString(std::string str, std::string delimiter, std::string& left,
replace(left, "\n", "");
replace(right, "\r\n", "");
replace(right, "\n", "");
left = trim(left);
right = trim(right);
return (pos != std::string::npos);
}
//-------------------------------------------------------------------------