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

From Test Wiki
Undo revision 25656 by Euphoria (talk)
No edit summary
Tag: Reverted
(Undo revision 25656 by Euphoria (talk))
Tag: Undo
Line 17: Line 17:
x = getText.replace(/यहाँ नलेख्नुहोस् !!!!/g, "यहाँ नलेख्नुहोस् !!!!");
x = getText.replace(/यहाँ नलेख्नुहोस् !!!!/g, "यहाँ नलेख्नुहोस् !!!!");


   x = x.replace(/cat/g, 'रूप');
   x = x.replace(/\bcat\b/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.