Python/RegEx
No README available
Contents:
- 📁 Basics
- 📁 Domain name of given email IDs
- 📁 Extract Date from a given string
- 📁 Extract a phone number
- 📁 Extract all words of a string starting with a vowel
- 📁 Extract consecutive 2 characters of a statement excluding spaces
- 📁 Extract first 2 letters of every word in a string
- 📁 Extract sequences of one upper case letter followed by lower case letters
- 📁 Scrape
- 📁 String has sequences of lowercase letters joined by an underscore
- 📁 String only contains A-Za-z0-9
- 📁 String with combination of a and bs
- 📁 String's Each Word
- 📁 String's First Word
- 📁 String's Last Word