fork(1) download
  1. using System;
  2. using System.Text.RegularExpressions;
  3. using System.IO;
  4. public class Test
  5. {
  6. public static void Main()
  7. {
  8. var s = Regex.Match("\u00018848486", @"\18848486");
  9. if (s.Success) Console.WriteLine(s.Value);
  10. }
  11. }
Success #stdin #stdout 0.02s 30392KB
stdin
Standard input is empty
stdout
8848486