Can you only add a small number?

    if (!/^\d+$/.test(pnumber))
    {
      $(e).val(/^\d+/.exec($(e).val()));
    }
    return false;

the code I wrote can only accept the number
, but I think it is OK to add another condition "."
but only one point
the second point can also be eliminated. How can I write the
code? Die!

Mar.03,2021

"12..4.aa5".replace(/\./, '?').replace(/[^0-9\?]*/g, '').replace(/\?/, '.')
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b31b-2ba67.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b31b-2ba67.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?