Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
User:Erutuon/scripts/footnoteCleanup.js: Difference between revisions
User page
Talk
Language
Watch
View history
View source
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Revision as of 22:52, 19 May 2017
view source
Erutuon
(
talk
|
contribs
)
Autopatrolled
,
Extended confirmed users
32,238
edits
try changing scope
← Previous edit
Revision as of 22:53, 19 May 2017
view source
Erutuon
(
talk
|
contribs
)
Autopatrolled
,
Extended confirmed users
32,238
edits
function name
Next edit →
Line 17:
var escape = function(text, regexString, escapeTable, i)
{
var regex = new
RegEx
RegExp
(regexString, "g");
text = text.replace(
regex,