Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
Floyd’s Warshall Algorithm
Leapyear
Dokkan Awaken Calculator 1.1
Anagrams String
Roman to Arabic number conversion without semantic control
regex: rozważania nad powielaniem grup za pomocą kwantyfikatora
Get year quarter from date
Valida Fechas futuras
3
Terminus Code Example 1
Please log in to post a comment.