Skip to content

Commit cbd51f7

Browse files
author
LIFE
committed
credit
1 parent 66d61cd commit cbd51f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,7 @@ reg.test(str); // trueNegative
220220
const reg1 = /(?=[a-z]{3})(?!\d{3})/
221221
reg1.test(str); // true
222222
```
223+
224+
## Adding more Soon!
225+
226+
[Credit to](https://medium.com/better-programming/javascript-regular-expressions-cheatsheet-b55b0d6886e3)

0 commit comments

Comments
 (0)