import res = "CLOSED ORD NO 2007-24"print( re.sub(r"(\d+-\d+)|.", r'\1', s, flags=re.S) )
Standard input is empty
2007-24
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!