using System;
using System.Linq;
public class Test
{
public static void Main()
{
var text = @"some information 27: some other information
some information 28: some other information
some information 29: some other information";
foreach (var line in text.Split('\n')) {
Console.WriteLine(line.Substring(line.IndexOf(":") + 1).Trim());
}
}
}
dXNpbmcgU3lzdGVtOwp1c2luZyBTeXN0ZW0uTGlucTsKCnB1YmxpYyBjbGFzcyBUZXN0CnsKCXB1YmxpYyBzdGF0aWMgdm9pZCBNYWluKCkKCXsKCQl2YXIgdGV4dCA9IEAic29tZSBpbmZvcm1hdGlvbiAyNzogc29tZSBvdGhlciBpbmZvcm1hdGlvbgpzb21lIGluZm9ybWF0aW9uIDI4OiBzb21lIG90aGVyIGluZm9ybWF0aW9uCnNvbWUgaW5mb3JtYXRpb24gMjk6IHNvbWUgb3RoZXIgaW5mb3JtYXRpb24iOwoJCWZvcmVhY2ggKHZhciBsaW5lIGluIHRleHQuU3BsaXQoJ1xuJykpIHsKCQkJQ29uc29sZS5Xcml0ZUxpbmUobGluZS5TdWJzdHJpbmcobGluZS5JbmRleE9mKCI6IikgKyAxKS5UcmltKCkpOwoJCX0KCX0KfQ==