mesvak 359 [hide] using System; using System.Text.RegularExpressions; namespace RegExApplication { public class Program { private static void showMatch(string text, string expr) { Console.WriteLine("this my own ass here " + expr); MatchCollection mc = Regex.Matches(text, expr); foreach (Match m in mc) { Console.WriteLine(m); } } public static void Main(string[] args) { string str = "PROXY CHECKER CRACKED.TO"; Console.WriteLine("PROXY CHECKER ASS"); showMatch(str, @"\w"); showMatch(str,@"mesvak"); } } } [/hide] haPPY NEW DAYS xd DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1 :kek: :kek: :kek: Quote Share this post Link to post Share on other sites
Acceptable1 3 I don't understand what this is, but thanks i guess ?? Quote Share this post Link to post Share on other sites
n7n7 1 haPPY NEW DAYS xd DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1 :kek: :kek: :kek: cool,, thanks, will try it Quote Share this post Link to post Share on other sites
witzelsuchter 1 haPPY NEW DAYS xd DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1 :kek: :kek: :kek: Nice mate! Great! Quote Share this post Link to post Share on other sites
WikeNN 0 haPPY NEW DAYS xd DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1 :kek: :kek: :kek: Thanks you very much! Quote Share this post Link to post Share on other sites
metaxposed 0 haPPY NEW DAYS xd DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1 :kek: :kek: :kek: yoo i dont really know what this is but thenks for the post ^^ Quote Share this post Link to post Share on other sites
nuju 4 haPPY NEW DAYS xd DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1 :kek: :kek: :kek: merci mon frere Quote Share this post Link to post Share on other sites
The Notorious B.I.G. 0 haPPY NEW DAYS xd DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1 :kek: :kek: :kek: niceeeeeeeeeeeeeeeee Quote Share this post Link to post Share on other sites