I have been tasked at work to scan c# source code and extract c# method names. I have located some .net regexes on Stack Overflow that claim to extract c# method names. Unfortunately I cannot find any Perl regexes to extract c# method names. My question is, does anyone know of utilities that convert .net regexes to perl regexes? My searches have come up empty so far. TIA.