codeine-cd / codeine

Codeine is a continuous deployment tool that makes product deployment faster and safer through automation and monitoring.
Apache License 2.0
28 stars 7 forks source link

Bug in Validation Expression #170

Closed duduamar closed 9 years ago

duduamar commented 9 years ago

I have command parameter with validation expression \d+ But even providing value like "40G" passes validation, while it shouldn't

ezraroi commented 9 years ago

Just add ^ and $