fork(1) download
  1. import re
  2.  
  3. s = input()
  4. match = re.search('\\\\x\d\d', s, re.IGNORECASE)
  5. print(match)
Success #stdin #stdout 0.01s 27712KB
stdin
fghfghfghfgh\x65jkjkljklj\jkl;kl;
stdout
<_sre.SRE_Match object; span=(12, 16), match='\\x65'>