static void Main(string[] args) { string str = "tahlilecode"; int x = str.IndexOf("le"); Console.WriteLine(x); Console.ReadKey(); }