We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 744d632 + d445f71 commit 4e3afa4Copy full SHA for 4e3afa4
1 file changed
README.md
@@ -1 +1,10 @@
1
-# SplitQuotedString
+# SplitQuotedString
2
+This repo contains a single class that enables splitting strings:
3
+
4
+1. Support multiple separator characters
5
+2. Supports quoting with multiple characters
6
+3. Handle two quotes as literal
7
+4. Treat consecutive separators as one
8
9
10
+Read the code for more information or use IntelliSense.
0 commit comments