!!!JavaScript ゼロサプレス 正規表現 [JavaScript]{{category 正規表現}} function zeroSuppress(val) { return val.replace(/^0+([0-9]+.*)/, "$1"); }