raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 63,860

  1. …in reply to @stephenjbell
    stephenjbell Python. Basically, given a string of hex, 0-9A-F, I want to ensure there isn't any NON hex values, so a "z" in the string would be bad. THerefore I was trying to find "Not A-Z0-9", and if any was found, it's bad.