Skip to content

Commit

Permalink
Test (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinMutschler authored Nov 28, 2023
1 parent 35a21e9 commit 52f673d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ This is a pattern validator that returns true if the string pattern passed in is

Arguments:

| Argument | Description | Type |
| -------- | ---------------------- | ------------------ |
| pattern | The NPS pattern | string |
| Argument | Description | Type |
| -------- | --------------- | ------ |
| pattern | The NPS pattern | string |

Ouput: boolean

Expand All @@ -81,6 +81,7 @@ const pattern '1:5';
const selectedNumbers = validNumberPattern(pattern); // Ouput: true
```

---

## Sample Use Cases

Expand Down

0 comments on commit 52f673d

Please sign in to comment.