dpinney / omf

The Open Modeling Framework for smart grid cost-benefit analysis.
https://omf.coop
GNU General Public License v2.0
112 stars 60 forks source link

Improved Regex input validation #293

Closed mannanj closed 9 years ago

mannanj commented 9 years ago

We need to look at our regular expressions and come up with a way to test them for our wide range of input values. Currently developing it in javascript.

OUTPUT/CODE: regexdebug_output

dpinney commented 9 years ago

Great prototype and testing.

mannanj commented 9 years ago

The code above has been finished and is now undergoing testing for all validRegexes.

mannanj commented 9 years ago

Implemented using pattern in html, commit just made.