Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 302 Bytes

File metadata and controls

10 lines (7 loc) · 302 Bytes

SplitQuotedString

This repo contains a single class that enables splitting strings:

  1. Support multiple separator characters
  2. Supports quoting with multiple characters
  3. Handle two quotes as literal
  4. Treat consecutive separators as one

Read the code for more information or use IntelliSense.