Skip to content

Commit

Permalink
Update file README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzEmre committed Feb 8, 2024
1 parent 9c3acf9 commit 2b216ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ isCreditCard('XXXXXXXXXXXXXXXX', 'MASTER') // true
import { customPattern } from 'fogex'
```

a => a-z
`a` => a-z

A => A-Z
`A` => A-Z

\# => 0-9
`#` => 0-9

! => Special Characters
`!` => Special Characters

? => Optional Characters
`?` => Optional Characters

Example

Expand Down Expand Up @@ -148,7 +148,7 @@ const isValid = validator.validate(value)
console.log(isValid) // true
```

#### or
###### or

```
const validator = new GeneratorPattern({
Expand Down

0 comments on commit 2b216ec

Please sign in to comment.