Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Are there any well know REGEX libraries for .NET specifically for byte[] arrays?
- byte[] buffer = ...
- string foo = Encoding.UTF8.GetString(buffer);
- // Go ahead and use regexes on foo
Advertisement
Add Comment
Please, Sign In to add comment