Hi
for example i want to match jpeg header:

header :=`\xFF\xD8\xFF\xE0..\x4A\x46\x49\x46\x00`

re := regexp.MustCompile(header)


where in position of '.' i want to match any byte, not any (unicode) char. 
is this possible ?
thanks in advance.
Djadala

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to