How to write a Regular Expression for an Email-ID and a Mobile Number

Опубликовано: 26 Декабрь 2024
на канале: Ocean of Code
237
11

In today's video, we are going to learn about regular expressions. How to write a regular expression for an email id and mobile number. Explained all minute details.

Very basic concepts about Regular Expressions:
==========================================
1. /^[a-z]$/
This expression will match only 1 lower case alphabet from a to z.

2. /^[a-z]+$/
This expression will match at least one or more lower case alphabets from a to z.

3. /^[a-z]*$/
This expression will match zero or more lower case alphabets from a to z.
==========================================

Regular Expressions site:
https://regexr.com/

Please subscribe this channel, so that you will not miss any videos in future:
   / @oceanofcode  

Regular Expressions discuseed in this video with Timestamps:
==========================================
1. 03:36 How to write a regular expression for an email id
2. 11:26 How to write a regular expression for a mobile number
==========================================

Regular Expressions taught in this video:
==========================================
1. For an Email-id:
/^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})(.[a-zA-Z]{2,5})?$/

2. For a mobile number:
/^[0-9]{10}$/
==========================================

Few shortcuts for regular expressions' ranges:
==========================================
/s : matches any whitespace characters such as space and tab
/S : matches any non-whitespace characters
/d : matches any digit character
/D : matches any non-digit characters
/w : matches any word character (basically alpha-numeric)
/W : matches any non-word character
/b : matches any word boundary (this would include spaces, dashes, commas, semi-colons, etc)
==========================================

More Videos of this channel:
==========================================
What is VLOOKUP in Excel? in Simple words..
   • What is VLOOKUP in Excel? in Simple w...  

MySQL Tutorial for Beginners - 1 - Creating a Database and adding a Table in it
   • MySQL Tutorial for Beginners - 1 - Cr...  

MySQL Tutorial for Beginners - 2 - Inserting data into table
   • MySQL Tutorial for Beginners - 2 - In...  

MySQL Tutorial for Beginners - 3 - Select data from table and Update data of the table
   • MySQL Tutorial for Beginners - 3 - Se...  

MySQL Tutorial for Beginners - 4 - Deletion, Alteration, Renaming of Database and its Tables PART-I
   • MySQL Tutorial for Beginners - 4 - De...  

MySQL Tutorial for Beginners - 5 - Deletion, Alteration, Renaming of Database and its Tables PART-II
   • MySQL Tutorial for Beginners - 5 - De...  

MySQL Tutorial for Beginners - 6 - What is Foreign key and how to create it including IMP concepts
   • MySQL Tutorial for Beginners - 6 - Wh...  

MySQL Tutorial for Beginners - 7 - What is INNER JOIN? (on two tables and three tables)
   • MySQL Tutorial for Beginners - 7 - Wh...  

MySQL Tutorial for Beginners - 8 - What is LEFT OUTER JOIN? (Also called as LEFT JOIN)
   • MySQL Tutorial for Beginners - 8 - Wh...  

MySQL Tutorial for Beginners - 9 - What is RIGHT OUTER JOIN? (Also called as RIGHT JOIN)
   • MySQL Tutorial for Beginners - 9 - Wh...  

MySQL Tutorial for Beginners - 10 - What is FULL OUTER JOIN? (Also called as FULL JOIN)
   • MySQL Tutorial for Beginners - 10 - W...  

Learn 20 Basic but Important Commands Of Linux Terminal in just 20 minutes
   • Learn 20 Basic but Important Commands...  

How to write Regular Expression for IPv4 and IPv6 IP addresses
   • How to write Regular Expression for I...  
==========================================



Checkout my second channel on youtube for General Queries on WhatsApp etc. and its videos:
   / @aadityakavthekar  
==========================================
How to Download WhatsApp Status?
   • How to Download WhatsApp Status?  

How to Disable WhatsApp Blue Ticks feature for Read Messages?
   • How to Disable WhatsApp Blue Ticks fe...  

How to Prevent People from adding YOU in their WhatsApp Groups without your Permission?
   • How to Prevent People from adding YOU...  

How to type in Marathi, Hindi, Telugu etc with English Keyboard in our Mobile?
   • How to type in Marathi, Hindi, Telugu...  
==========================================


You can follow me on Quora:
https://www.quora.com/profile/Aaditya...

LinkedIn:
  / aaditya-kavthekar-03a64b48  

Facebook Page Link for latest updates:
  / ocean-of-code-112216190150036  

Twitter:
  / askavthekar  


#RegularExpressions #BasicsOfRegularExpressions #HowToWriteARegularExpressionForAnEmailID #HowToWriteARegularExpressionForAMobileNumber #Learn Regular Expressions in just 10 minutes with an Email-ID and Mobile Number as examples
#Learn Regular Expressions in just 10 minutes #RegularExpressionsFromBasics #Whatisregularexpressions

Keep Smiling! :)