User:Ohconfucius/script/formatgeneral.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 7:
//improper capitalisation within section headings
txt.value=txt.value.replace(/(==[ ]*)Notable ([A-Z]\w*?)/g, '$1$2');
txt.value=txt.value.replace(/(==[ ]*Terminated )(Destinations)/g, '$1destinations');
txt.value=txt.value.replace(/(==[ ]*\w*? )Career/g, '$1career');