You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: