You can replace all commas via this little JavaScript with the aid of regular expressions.
<script>
var s = '133,123,123.00';
var replacedText = s.replace(/,/g,'_');
document.write(replacedText);
</script>
You can replace all commas via this little JavaScript with the aid of regular expressions.
<script>
var s = '133,123,123.00';
var replacedText = s.replace(/,/g,'_');
document.write(replacedText);
</script>
Aramak istediğinizi üstte yazmaya başlayın ve aramak için enter tuşuna basın. İptal için ESC tuşuna basın.