Splits a string using a string instead of characters
mystring.Split(new string[] { "\n\n" }, StringSplitOptions.None);