Closed moggers87 closed 11 years ago
Plain decimal numbers are going to get long quite quickly, making our urls ugly. Maybe we should move over to using hexidecimal or some sort of url-safe base64?
I'm okay with hex, that sounds good to me.
I think a good regex for hex would be:
[A-F0-9]+
What do you think?
Plain decimal numbers are going to get long quite quickly, making our urls ugly. Maybe we should move over to using hexidecimal or some sort of url-safe base64?