Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
StringCompare
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 str1="ri", str2 = "si"; var common = str1.Intersect(str2); foreach(var c in common) { Console.Write(c); } } } }
run
|
edit
|
history
|
help
0
Hallo world
transform string to hex code
a.i. neural framework / J.A.R.V.I.S. / Just A Rather Very Intelligent System
Interface and it's implementation
123.0
actions and tasks
Check if string is palindrome
sroitureoit
Unsorted Parallel Arrays finding min & max values.
30272 Program Ex4 if