Cybertaki 0 Posted March 30 Report Share Posted March 30 hey i still dun understand what regex in python use for could anyone explain me about that option? Quote Link to post Share on other sites
Ingolme 1,035 Posted March 30 Report Share Posted March 30 Regular expressions are usually used to validate strings. If you want to verify that a string is an email address, a regular expression like (.+)@(.+) is a very simple way to do it. Quote Link to post Share on other sites
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.