Help for this page

Select Code to Download


  1. or download this
    <script language="javascript">
    var re = /([^\d\.]+)/g;
    var str = "FINAL_SUBTOTAL";
    var newstr = str.replace(re, "");
    </script>