We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7353e9a commit 1b3ff8bCopy full SHA for 1b3ff8b
README.md
@@ -16,8 +16,6 @@ npm install regex
16
```js
17
import Regex from 'regex';
18
// Or: import {make, partial} from 'regex';
19
-
20
-Regex.make`^\w+$`.test('lovely');
21
```
22
23
In browsers:
0 commit comments