Преглед на файлове

Update README.md

regexp develop
Kamil Kiełczewski преди 4 години
родител
ревизия
2efb322bad
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  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