Regular expressions are patterns used to match character combinations in strings. The goal of this project was to get some hands-on experience with regular expressions. Code examples are short and all written completely by me. The code posted in this repository will be updated with new patterns, as I encounter a need to learn them and have some practice with them.
Mail Tracker
This pattern locates all (or at least most commonly used) mail addresses.
Title Tracker
This pattern locates titles such as (Mr., Mrs., Mr, Ms) and names that follow behind the titles.
Date Tracker
This pattern locates most commonly used formats for dates with various separators.
- Jurica Kenda - Initial work - JuricaKenda
This project is licensed under the MIT License - see the LICENSE.md file for details