Skip to content

Commit c5bf595

Browse files
committed
update docs
1 parent 3cdffe6 commit c5bf595

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# eloquent-regex
22

3-
Eloquent Regex brings the simplicity and elegance to regular expressions. Designed for Laravel developers, this package offers a fluent, intuitive interface for building and executing regex patterns in your PHP applications.
3+
EloquentRegex brings the simplicity and elegance to regular expressions. Designed for Laravel developers, this package offers a fluent, intuitive interface for building and executing regex patterns in your PHP applications.
44

55
### Table of Contents
66

77
- [Overview](#overview)
88
- [Key Features](#key-features)
99
- [Getting Started](#getting-started)
1010
- [Basic Usage](#basic-usage)
11-
- [Including EloquentRegex](#including-eloquentregex)
12-
- [Usage Structure](#usage-structure)
1311
- [Ready-to-Use Patterns](#ready-to-use-patterns)
1412
- [Custom Patterns](#custom-patterns)
1513
- [Creating a Custom Pattern](#creating-a-custom-pattern)
@@ -19,7 +17,7 @@ Eloquent Regex brings the simplicity and elegance to regular expressions. Design
1917
- [One or More](#one-or-more)
2018
- [Zero or More](#zero-or-more)
2119
- [Exact Number](#exact-number)
22-
- [Custom Character Sets and Groups](#custom-character-sets-and-groups)
20+
- [Custom Character Sets and Groups](#to-custom-character-sets-and-groups)
2321
- [Quantifier Values](#quantifier-values)
2422

2523
# Overview
@@ -291,7 +289,7 @@ $result = EloquentRegex::start($yourString)->digits()->underscore('2')->digits()
291289

292290
```
293291

294-
### Custom Character Sets and groups
292+
### To Custom Character Sets and groups
295293

296294
You can apply quantifiers to custom character sets and groups as second argument after the callback, matching a specific number of occurrences.
297295

0 commit comments

Comments
 (0)