Skip to content

juricaKenda/RegularExpressions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages