fletch Posted July 2, 2018 Report Posted July 2, 2018 Hey guys,Using node-steamid at the moment. Wanted to test if a user's input is a valid SteamID but it just throws an error when it can't parse the input.Is the best way to just try catch and then call isValid()?Is it safe to run on user input? Thanks Quote
Dr. McKay Posted July 2, 2018 Report Posted July 2, 2018 Yes, try/catch + isValid is the way you're supposed to validate a SteamID (also check the universe and type if you care about those). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.