Skip to content

Commit 1005739

Browse files
authored
Update README.md
Updated project description
1 parent 24caef7 commit 1005739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![npm version](https://img.shields.io/npm/v/ts-regexp.svg)](https://www.npmjs.com/package/ts-regexp)
33
[![npm monthly downloads](https://img.shields.io/npm/dm/ts-regexp.svg)](https://www.npmjs.com/package/ts-regexp)
44

5-
A minimal, statically typed alternative to JavaScript's RegExp.
5+
A strictly typed & minimal RegExp wrapper.
66

77
```ts
88
const groups1 = new RegExp('^(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})$', 'g').exec('2000-10-24')!.groups;

0 commit comments

Comments
 (0)