nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#15 Implement regex in find routines, #288

Open nikhilgupta10 opened 8 years ago

nikhilgupta10 commented 8 years ago

Also need to handle whitespaces better

01/30/08 13:57:16 changed by d3p988 /u00b6
Dependent on adding Regex to the core. This one may be dependent on converting the core to C++, in order to have a single cross-platform solution for regular expressions. The two main regex libraries are gnu and Boost. Boost is written in C++ and depends on C++ features such as std::string.

03/22/08 15:34:18 changed by d3p988 /u00b6
A simple regex matcher has been added but not tested.

,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1.

Don't fix this until the higher priority stuff is fixed or it a gap in the endless stream of bug fixes happens to appear.

,