We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9eb86 commit 639fbd4Copy full SHA for 639fbd4
Src/UStrUtils.pas
@@ -215,8 +215,8 @@ function StrExplode(Str: UnicodeString; const Delim: UnicodeString;
215
/// <summary>Splits string Str at the first occurence of Delim setting Left to
216
/// the string preceeding Delim and Right to the string following Delim.
217
/// Returns True if Delim was found in Str, False if not.</summary>
218
-/// <remarks>Left and Right be empty if Delim is found at the start or end of
219
-/// Str respectively.</remarks>
+/// <remarks>Either Left or Right will be empty if Delim is found at the start
+/// or end of Str respectively.</remarks>
220
function StrSplit(const Str: UnicodeString; const Delim: UnicodeString;
221
out Left, Right: UnicodeString): Boolean;
222
0 commit comments