_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

Wikipedia:AutoEd/isbn.js

In today's world, Wikipedia:AutoEd/isbn.js has gained unprecedented relevance. Whether due to its impact on society, popular culture or history, Wikipedia:AutoEd/isbn.js has become a topic of interest to millions of people around the world. From its emergence to the present, Wikipedia:AutoEd/isbn.js has sparked debates, reflections and analysis in various areas, generating endless opinions and perspectives. In this article, we will explore the importance of Wikipedia:AutoEd/isbn.js and its influence on different aspects of contemporary life, as well as its relevance in past and future history.
function autoEdISBN(str) { //MAIN FUNCTION describes list of fixes

    //Allows WikiMagic to work with ISBNs
    str = str.replace(/ISBN-10:|ISBN-13:|ISBN-10|ISBN-13|ISBN:/gi, 'ISBN');

    return str;
}