Looking for a regEx expression that will return the method name then the strings inside the method body, for each method. method name will always be between void and (
void MyMethodName(....)
{
code
code
code "string 1"
code "string 2"
}