fork download
  1. using System;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Globalization;
  7. using System.Text.RegularExpressions;
  8. using System.IO;
  9. using System.Diagnostics;
  10. using System.Net.Mail;
  11. using System.Web;
  12.  
  13. namespace Enum
  14. {
  15. class Program
  16. {
  17. static void Main(string[] args)
  18. {
  19. string s = "http://m...content-available-to-author-only...e.com/articles/%d8%a7%d8%af%d9%85%d9%8a%d9%84%d8%b3%d9%88%d9_sto3955603/description.html";
  20. Console.WriteLine(s.Substring(s.IndexOf('%'), s.IndexOf('_' ) - s.IndexOf('%') + 1));
  21. }
  22. }
  23. }
  24.  
Success #stdin #stdout 0.03s 33816KB
stdin
Standard input is empty
stdout
%d8%a7%d8%af%d9%85%d9%8a%d9%84%d8%b3%d9%88%d9_