local text = '00 5a 4f 23 aa 89'local answer = text:match('[%da-f][%da-f]'..('%s[%da-f][%da-f]'):rep(5) )print (answer)
Standard input is empty
00 5a 4f 23 aa 89
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!