Jump to content
Wikipedia The Free Encyclopedia

Wikipedia:AutoEd/unicodecontrolchars.js

From Wikipedia, the free encyclopedia
 functionautoEdUnicodeControlChars(str){//MAIN FUNCTION describes list of fixes

 //Removes unneeded Unicode control characters
 str=str.replace(newRegExp('\u200E|\uFEFF|\u200B','gi'),'');

 returnstr;
 }

AltStyle によって変換されたページ (->オリジナル) /