regex - C++ library for parsing regular expressions -
I need to validate some user inputs based on some predefined regular expressions. Although I have a little bit of stuff for the user I want to make it easy, so I want to generate a dialogue with specific input control based on regular expressions. So for example, the following regular expression start position [0- 9] end state [0-9] given, I want to be able to generate a dialog with two combo boxes with numeric values I am Is there a C ++ library which I can use to parse the regular expression and determine what kind of input is needed so that I can generate dynamic dialogue and control?
Since C ++ 11, C ++ standard library has a regular expression library ( std : ). #include file & lt; regex & gt; in the regex
To remove values from a regular expression, you can use the incentive spirit (see www.boost.org).
Comments
Post a Comment