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

Ideas for new variables #75

Open
5 tasks
dloscutoff opened this issue Mar 26, 2024 · 0 comments
Open
5 tasks

Ideas for new variables #75

dloscutoff opened this issue Mar 26, 2024 · 0 comments
Labels
brainstorming Less of an issue, more of a place to kick around ideas. enhancement

Comments

@dloscutoff
Copy link
Owner

  • Regex matching hex digit: -`[0-9a-f]` (XH)
  • Regex matching alphanumeric character: -`[0-9a-z]`
  • Regex matching word boundary: `\b` (XB)
  • Regex matching single whitespace character: `\s` (XS)
  • Regexes matching the opposite of a bunch of common regexes (`\D`, `\W`, `\S`, `\B`, etc.) (maybe a different prefix than X with the same suffixes? Any of K, N, O, Q, or Y are available at the moment... N would be a great mnemonic, although K or Q are less likely to cause collisions with other things we might want to add in the future)
@dloscutoff dloscutoff added enhancement brainstorming Less of an issue, more of a place to kick around ideas. labels Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brainstorming Less of an issue, more of a place to kick around ideas. enhancement
Projects
None yet
Development

No branches or pull requests

1 participant