User:Euphoria/नेपालीकरण.js: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary |
No edit summary Tag: Manual revert |
||
(9 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
x = getText.replace(/यहाँ नलेख्नुहोस् !!!!/g, "यहाँ नलेख्नुहोस् !!!!"); |
x = getText.replace(/यहाँ नलेख्नुहोस् !!!!/g, "यहाँ नलेख्नुहोस् !!!!"); |
||
x = x.replace(/\ |
x = x.replace(/\bcat\b/g, 'dog'); |
||
x = x.replace(/(?<![\u0900-\u097F])कुकुर(?![\u0900-\u097F])/g, 'बिरालो'); |
|||
$('#wpTextbox1').val(x); |
$('#wpTextbox1').val(x); |