This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
BFFE
/
AMR
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
60e6621398
Ranting
Tag
master
AMR
/
node_modules
/
es5-ext
/
test
/
reg-exp
/
#
/
split
/
shim.js
shim.js
102 B
Riwayat
Mentahan
1
2
3
"use strict";
module.exports = function (t, a) { a.deep(t.call(/\|/, "bar|foo"), ["bar", "foo"]); };