String split on | (pipe delimiter), except if the pipe is inside enclosed string
I am trying to integrate a small REST API in into my C# application, which allows filtering on different columns.
SQL Connection string regex pattern to parse sections
Hey all I am in need of getting a regex so that i can parse a sql connection string out.