For example, I suggest I have these code blocks
(...) 38:f8:b7:90:45:92 (...)
(...) 3c:83:b5:65:85:ba (...)
(...) 08:00:8c:1a:3d:d9 (...)
(...) 00:18:f5:63:84:7c (...)
I selected these code blocks like this.
([A-Z0-9a-z]{2}:){5}[A-Z0-9a-z]{2}
But repetition of [A-Z0-9a-z]{2} is somewhat tedious. Is there any way to reduce above regex?