Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
How to find the fisrt index of a substring in a given string?
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //How to find the fisrt index of a substring in a given string? // use question as given string and find the index of the word "the". //Builin array functions and LINQ are not allowed. Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
0
Binary Search Tree
Plt-D v.0.9.4
Complex
temp_with_pow
test 1
Math 5.83
izem
Generic Interface basic
Número primers
Class