Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
to find the first 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 first index of a substring in a given string? //use question as given string and find the index of the substring "fir". //Builtin array functions and LINQ are not allowed. } } }
run
|
edit
|
history
|
help
0
code
Numbers separated by space
Des encryption
Try-Catch-TaskRun
Bridge Design Patern
generic hierarchy1
Primes
MY
Binary Search Tree
FINAL PRIME NUMBER GENERATOR IN C#