It would be cool to have an object with some common regexs:
- integers: signed, nonneg, positive, int32, int64, also floating point etc...
- base-encoded binary: 8, 16, 32, 64, etc... (also some esoteric ones)
- there are super complex regexs for email, urls, etc... would be nice to have those.
With these, you can do some neat tricks showing that some things are subsets of others, or that there is no valid email that is also a url, or something...
It would be cool to have an object with some common regexs:
With these, you can do some neat tricks showing that some things are subsets of others, or that there is no valid email that is also a url, or something...