jump to: Search / User Tools / Main Content / Change Content Width
wiki.niziak.spox.org
Jump to quick search
from re import search, MULTILINE match = search(r"(?:[0-9A-Fa-f]{2}[:-]){5}(?:[0-9A-Fa-f]{2})", out, MULTILINE) if match: return match.group(0)