Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<Parameters />
<Docs>
<summary>The character to be replaced is \r.</summary>
<returns>To be added.</returns>
<returns>The character to be replaced is \r.</returns>
<remarks>
<para>The character to be replaced is \r.</para>
<para>
Expand Down Expand Up @@ -152,7 +152,7 @@
<Parameters />
<Docs>
<summary>The character that \r is replaced with is \uFEFF.</summary>
<returns>To be added.</returns>
<returns>The character that \r is replaced with is \uFEFF.</returns>
<remarks>
<para>The character that \r is replaced with is \uFEFF.</para>
<para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<Parameters />
<Docs>
<summary>The characters to be replaced are \n and \r.</summary>
<returns>To be added.</returns>
<returns>The characters to be replaced are \n and \r.</returns>
<remarks>
<para>The characters to be replaced are \n and \r.</para>
<para>
Expand Down Expand Up @@ -153,7 +153,7 @@
<Docs>
<summary>The character \n is replaced with is space;
the character \r is replaced with is FEFF (zero width space).</summary>
<returns>To be added.</returns>
<returns>The character \n is replaced with space; the character \r is replaced with FEFF (zero width space).</returns>
<remarks>
<para>The character \n is replaced with is space;
the character \r is replaced with is FEFF (zero width space).</para>
Expand Down