Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
concat
//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) { foreach(var a in Activities) Console.WriteLine(a); Console.WriteLine(""); Console.WriteLine(""); foreach(var f in Facebook) Console.WriteLine(f); } public static readonly IList<string> Facebook = new List<string>() { "CommentedOnFacebook", "PostedOnFacebook", "RepliedOnFacebook" }; public static readonly IList<string> Instagram = new List<string>() { "CommentedOnInstagram", "PostedOnInstagram" }; public static readonly IList<string> Twitter = new List<string>() { "PostedOnTwitter" }; public static readonly List<string> Activities = Facebook.Concat(Instagram).Concat(Twitter).ToList(); } }
run
|
edit
|
history
|
help
0
Swedish regex test
Lesson 2-2
3
Hi
GYT
Plt-D v.0.9.3.1
List<int> into comma delimited string
Ejemplo
Reverse Number
abdurrahimcan@gmail.com