Исправление ToLines
This commit is contained in:
parent
cf9a664f02
commit
159933ca0d
|
|
@ -13758,7 +13758,7 @@ end;
|
|||
/// Преобразует многострочную строку в массив строк
|
||||
function ToLines(Self: string): array of string; extensionmethod;
|
||||
begin
|
||||
Result := Self.Split(|NewLine|, System.StringSplitOptions.RemoveEmptyEntries);
|
||||
Result := Self.Split(|NewLine|, System.StringSplitOptions.None);
|
||||
end;
|
||||
|
||||
procedure PassSpaces(var s: string; var from: integer);
|
||||
|
|
|
|||
Loading…
Reference in a new issue