fork(3) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. string s = "http://stackoverflow.com/questions/9367119/title-goes-here";
  8. string[] sp = s.Split('/');
  9. Console.WriteLine(sp[4]);
  10. }
  11. }
Success #stdin #stdout 0.04s 23872KB
stdin
Standard input is empty
stdout
9367119