Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 988 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 988 Bytes

Regular Expression Patterns

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.

So far implemented patterns

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.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details