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

Need a way to match a single word that has both letters and numbers in it. #11

Open
Aphris-Karu opened this issue Sep 12, 2019 · 0 comments

Comments

@Aphris-Karu
Copy link

Using it for an ingame AI and some usernames have numbers in them example: "Joe32"

I want to catch the first word as it is always the user name. Using an _ will catch it only if the word has no numbers in it and using a # will only catch a number. Using a * will catch more than a single word and mess up the matches.

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