fork download
  1. import re
  2.  
  3. m = re.search("<a href=[^\"]*\".*?>",'awlkdjk<a href="www.test.de"awdilj>adawd"',)
  4.  
  5. print(m.group(1))
Runtime error #stdin #stdout 0.02s 5824KB
stdin
Standard input is empty
stdout
Standard output is empty