Browse Source

Update README.md

regexp develop
Kamil Kiełczewski 4 years ago
parent
commit
2efb322bad
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -416,6 +416,13 @@ You can create regular expression e.g. `/pattern/g` as follows
 ```js
 []["fill"]["constructor"]("return RegExp")()("pattern","g")
 ```
+
+wchich after remove comma (by using multi-arguments technique without `bind`ing) looks as follows
+
+```js
+["pattern"]["concat"]("g")["reduce"]([]["fill"]["constructor"]("return RegExp")())
+```
+
 ---
 
 # Alternatives