I have a file that is generated containing multiple classes that I want to split into multiple files each one containing just one class. The code is in c#
Is there a program that can do this (preferably with source code available)? Is there a simple Regex that can extract the classes/interfaces?