fork(1) download
  1. using System;
  2. using System.Text.RegularExpressions;
  3.  
  4. class Program
  5. {
  6. static void Main(string[] args)
  7. {
  8. var obj = "www-hoge-fuga-foo.com/bar.php";
  9. Console.WriteLine(new Regex("www|hoge|fuga|.php").Replace(obj, ""));
  10. }
  11. }
Success #stdin #stdout 0.06s 34024KB
stdin
Standard input is empty
stdout
---foo.com/bar