What regular expression will match decimal values restricted to 6 decimal positions?

The correct expression is ^((\+|-)?(\d*))+((\. |,)\d{0,6})? $ You can test it at fileformat.info/tool/regex.htm.

1 It will match +1+2+3.9. – khachik Apr 14 at 11:55 dictus : I am using this expression to vaildate on the key entry, when enter = the expression returns true. How to avoid this – Raghav55 Apr 14 at 13:04 ignore the problem is other part of the code – Raghav55 Apr 14 at 13:08 @khachik: True, I hadn't noticed the extra parens. Thx!

– Roy Dictus Apr 14 at 15:58.

D*. ,? \d{0,6}$ and 7 gnomes to be posted.

It allows 123. – hsz Apr 14 at 11:55 @hsz: "the normal entry of the decimal values like...". 123 is normal decimal value, I think.

– khachik Apr 14 at 11:56 @khachik sure but it allows a dot after normal decimal value and no digits after. – hsz Apr 14 at 11:58 @hsz: sorry, I meant 123. Is a normal decimal value.

– khachik Apr 14 at 11:59.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions