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

From Test Wiki
no edit summary
(Undo revision 34134 by Euphoria (talk))
Tag: Undo
No edit summary
Line 18: Line 18:


   x = x.replace(/\bcat\b/g, 'dog');
   x = x.replace(/\bcat\b/g, 'dog');
   x = x.replace(/(?:\P{Xwd}|\A)शहर(?:\P{Xwd}|\Z)/g, 'सहर');
   x = x.replace(/(?<![\u0900-\u097F])कुकुर(?![\u0900-\u097F])/g, 'बिरालो');
 


$('#wpTextbox1').val(x);
$('#wpTextbox1').val(x);
152

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.