Solution: · [0-9]{1,3}(,[0-9]{3})*(\.[0-9]+) -> matches numbers with thousand separators and maybe decimal separator · \d*\.\d+ -> matches numbers with decimal ...
確定! 回上一頁