Created for purpose of reading an INI file in C# applications. Supports comments and comment escape characters. I plan to add more escape characters (such as =).
s    - Section
scp  - Section Comment Prefix
sc   - Section Comment
k    - Key
v    - Value
kvcp - KeyValue Comment Prefix
kvc  - KeyValue Comment
cp   - Comment Prefix
c    - Comment
I am open to any suggestion that may improve upon this regex, and/or would allow me to learn more. <br />