Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
domain extraction
//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) { var uri = "https://dev-admin.smoove.io"; var domain = new Uri(uri).Authority; var domainWithDotPrefix = $".{domain}"; Console.WriteLine(domain); Console.WriteLine(domainWithDotPrefix); } } }
run
|
edit
|
history
|
help
0
WindowsFormsApp1
Eliminate duplicates char in string either upper or lower case
Builder Design Pattern
Read XML nodes into Data Dictionary
Boggle
AnonymousFunction (demo)
DataTables Left Join
CODE
1
DateTime