Explorar o código

Update README.md

regexp develop
Kamil Kiełczewski %!s(int64=4) %!d(string=hai) anos
pai
achega
2efb322bad
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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