- Home /
Question by
ganesh-mune · Dec 11, 2013 at 11:30 AM ·
regularexpressions
Regular expression for number in javascript
Can any one tell me how do I code for to restrict user entering the alphabets in age field of the textbox.
Comment
UnityScript should have the same regular expressions as C#, so try regexp hero
Answer by Sisso · Dec 11, 2013 at 02:09 PM
Javascript uses c# libraries, so you can go into c# documentation to that:
Your answer
Follow this Question
Related Questions
Regular Expressions in Unity 0 Answers
Match all words containing specific set of letters 3 Answers
regular expressions 1 Answer
regular expression to check the number in javascript 0 Answers
Search value in XML 2 Answers