javascript - Validate 3 digit number or not -


can tell me regular expression check whether entered number 3 digit number or not... should not allow alphabets also....

regex 3 numbers ^[0-9]{3}$ or ^\d{3}$


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

c# - HwndSource win32 integration with Ribbons and KeyTips -