User:Euphoria/नेपालीकरण.js: Difference between revisions

Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 18: Line 18:


   x = x.replace(/\bcat\b/g, 'dog');
   x = x.replace(/\bcat\b/g, 'dog');
   x = x.replace(/कुकुर/g, 'बिरालो');
   x = x.replace(/(?<![\u0900-\u097F])कुकुर(?![\u0900-\u097F])/g, 'बिरालो');