✅ Regex Result into CSV and Data Grid
I have a Regex that outputs results as Shown in Links
https://regex101.com/r/EmbhHq/3
https://regex101.com/r/vYEy0x/1
I am looking to Export the Information into a CSV and Also to be able to display the results into a a Form Table (Probably a DataGridView)
regex101
regex101: build, test, and debug regex
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.
regex101
regex101: build, test, and debug regex
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.
2 Replies
there is already a package for csv, something like csvhelper, there should be a csvwriter in it
how would i be able to make it a Variable csv input.
I was thinking a Switch method but it doesnt seam to work.