I wonder if it possible to use in if statement regex. I want to check if a value is in an accepted range. If yes to do something otherwise something else.
The range is 0.001-0.009. I know how to use multiple if to check this, but I want to know if there is any way to check it in a single if statement with regex.
&&operator? ... – Šime Vidas Jun 23 '11 at 12:47