Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestroError committed Feb 28, 2024
1 parent 6ab00fb commit 7edae17
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Eloquent Regex brings the simplicity and elegance to regular expressions. Design
- [Ready-to-Use Patterns](#ready-to-use-patterns)
- [Custom Patterns](#custom-patterns)
- [Creating a Custom Pattern](#creating-a-custom-pattern)
- [Applying Quantifiers](#applying-quantifiers)
- [Optional Elements](#optional-elements)
- [Specifying a Range](#specifying-a-range)
- [One or More](#one-or-more)
- [Zero or More](#zero-or-more)
- [Exact Number](#exact-number)
- [Custom Character Sets and Groups](#custom-character-sets-and-groups)
- [Quantifier Values](#quantifier-values)
- [Applying Quantifiers](#applying-quantifiers)
- [Optional Elements](#optional-elements)
- [Specifying a Range](#specifying-a-range)
- [One or More](#one-or-more)
- [Zero or More](#zero-or-more)
- [Exact Number](#exact-number)
- [Custom Character Sets and Groups](#custom-character-sets-and-groups)
- [Quantifier Values](#quantifier-values)

# Overview

Expand Down

0 comments on commit 7edae17

Please sign in to comment.