fork(27) download
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Net;
  5. using System.Text;
  6. using System.Web;
  7.  
  8. namespace ProgramConsole
  9. {
  10. public class Program
  11. {
  12. public static void Main(string[] args)
  13. {
  14. string s = "D:\\toto\\food\\Cloture_490001_10_01_2013.pdf";
  15. string newstring = s.Substring(s.Length - 14, 10);
  16. Console.WriteLine(newstring);
  17. }
  18. }
  19. }
Success #stdin #stdout 0.02s 33752KB
stdin
Standard input is empty
stdout
10_01_2013