Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
How to find the first index of a sub-string 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 first index of a substring in a given string? //use question as given string and find the index of the substring "fir". //Builin array functions and LINQ are not allowed. Console.WriteLine("Start here..."); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
OOOO1
Hi
Pascal Tringle
<title>Hello world</title>
MyTime calculation
Linq-Where-Condition on a collection of anonymous types
Using Events/Delegates to Subscribe To A Service - Emails
Дамир
Decrypt Encrypt
Mintra url string replace
Please log in to post a comment.