Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
WithoutPortNo
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here string src = ":443/dext5editordata/2017/12/20171228_191217524_37634.png"; int firstindex=src.IndexOf("/"); string witoutportno=src.Substring(firstindex); Console.WriteLine(witoutportno); } } }
run
|
edit
|
history
|
help
0
Invoke method via reflection
Finonacci Series
LINQ Collections
QuickSort
asxdf
19.05.2020
Ki
ConcurrentStack<T>
text
Math Main