/^[a-z0-9_-]{3,16}$/

By Eugene Kudashev

Listen to a podcast, please open Podcast Republic app. Available on Google Play Store and Apple App Store.


Category: Self-Improvement

Open in Apple Podcasts


Open RSS feed


Open Website


Rate for this podcast

Subscribers: 0
Reviews: 0
Episodes: 1

Description

Regular expressions can be extremely useful whenever you need to make the computer do something with text. For example, when you need to check that what user typed is a real email, or automatically replace every uppercase letter F into a lowercase letter F. But as useful as they are, regular expressions can be extremely confusing and intimidating for beginners. In this podcast I’m going to explain regular expressions in a simple and accessible way, and help you start using them in your day-to-day work.

Episode Date
/^([a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6})*$/
Dec 14, 2020