|
|
|
|
@ -26,7 +26,7 @@ end
|
|
|
|
|
def scrub_hex(str) |
|
|
|
|
str.gsub(/0x\w{1,8}/,'') |
|
|
|
|
.gsub(/ptr=\w{1,8}/,'') |
|
|
|
|
.gsub(/FontDescription:\w{8}/,'FontDescription') |
|
|
|
|
.gsub(/FontDescription:\w{1,8}/,'FontDescription') |
|
|
|
|
.gsub(/Handle:\w{1,8}/,'Handle') |
|
|
|
|
.gsub(/RGB:\w{1,8}/,'RGB:') |
|
|
|
|
end |
|
|
|
|
|