Преглед изворни кода

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