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 7ad8358 commit aaecc6cCopy full SHA for aaecc6c
docs/csharp/how-to/parse-strings-using-split.md
@@ -37,7 +37,7 @@ The <xref:System.String.Split*?displayProperty=nameWithType> has many overloads.
37
- You can specify if repeated separator characters are ignored, or produce empty substrings in the return value.
38
- You can specify if leading and trailing whitespace is removed from the returned substrings.
39
40
-The remaining examples use different overloads to show each of these behaviors.
+The remaining examples use different overloads to show each of these behaviors.
41
42
## Specify multiple separators
43
0 commit comments