Javascript – Regex is not accepting space in between digits
Using this regex: (.*)(EB([s]{0,})[0-9]{7}) to remove white spaces and able to read 7 digits after EB but its not accepting space between digits. Currently it's passing value with space after EB and not accepting space in b/w 7 digits. Input…