repo.or.cz
/
greasemonkey-debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Vcs-Git and Vcs-Browser to debian/control
[greasemonkey-debian.git]
/
perl
/
convert2RegExp_2.js
blob
40f0d001fae6aff8ff877fa9e2273427427447d1
1
2
// insert it
3
res
=
tldRes
[
1
] +
tldStr
+
tldRes
[
3
];
4
}
5
return new
RegExp
(
res
+
'$'
,
"i"
);
6
}