Good news for those who interesting in game development ! Unity gives away serial numbers for free for theire product including plugins for android and iOS !
Hurry up, since it will till to 8 March !
string fullSentence ="Just a sentence with numbers from 1 asd f3 234 6to10111"
string numbers = Regex.Split(fullSentetnce @"\D+");
foreach(string number in numbers)
{
if(!string.IsNullOrEmpty(number)
{
int i =int.Parse(number);
Console.WriteLine("{0}",i);
}
}

Hi there!
I'm Viacheslav (Slava) - software engineer. I'm passionate about technology, start ups and lifestyle. Always up to participation or collaboration in interesting and challenging projects or ideas! Keep'n touch :)