请问用正则表达式如何表示下面一串十六进制的数据0a 0d xx xx ... 0a 0d[解决办法]是不是一定以0a 0d开头并且0a 0d 结尾 比如:(?i)0a\s+0d(?:\s+[0-9a-f]{2})*\s+0a\s+0d