Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object for some common regexs #3

Open
johnynek opened this issue Dec 3, 2020 · 0 comments
Open

object for some common regexs #3

johnynek opened this issue Dec 3, 2020 · 0 comments

Comments

@johnynek
Copy link

johnynek commented Dec 3, 2020

It would be cool to have an object with some common regexs:

  1. integers: signed, nonneg, positive, int32, int64, also floating point etc...
  2. base-encoded binary: 8, 16, 32, 64, etc... (also some esoteric ones)
  3. 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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant