0
Answer

Algorithm (in C#) for generating Regex expressions

Wolfram Steinke

Wolfram Steinke

14y
11.3k
1

I need to track down or write some code which can generate a regular expression for validating a numeric string to fit into a range.   The input o this algorithm would be the max and min value. 
I figured someone would probably already written such an algorithm.  Any suggustions for a starting point will be most welcome.