floating point - regex for float with 6 decimals and 3 numbers -


i need regex float number positive or negative maximum of 3 numbers before decimal separator , 6 (only 6) numbers after.

can me?

in javascript - match want. without further clarification there's nothing more done:

/[+|-][0-9]{0,3}\.[0-9]{6}/g 

cheers.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -