I have attributes which denotes "5 px", "8px" "6em" and possible some others which I currently cannot think of right now.
I'm interested in only the numeric value (ie 5, 8 or ...
My regex skills are a bit rusty. Can someone provide a expression that I can use in javascript to match on a 9 digit string with all numberic values?
Thanks!
I need to make my numeric input in such mode: {1-3 numbers} {white-space} {3 numbers} {white-space} {3 numbers} {white-space} .. and so on..
for example, when user enters 1000 it should be ...