I have the following REGEX to pickup the bytes out, `^(?:[^,\n]*,){31}(?P\d+)`. I need to know the REGEX to filter out a range of numbers as bytes out from 0-1400.
↧