Guest User

Untitled

a guest
May 7th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Are there any well know REGEX libraries for .NET specifically for byte[] arrays?
  2. byte[] buffer = ...
  3. string foo = Encoding.UTF8.GetString(buffer);
  4. // Go ahead and use regexes on foo
Advertisement
Add Comment
Please, Sign In to add comment