Menu

#15 Implement regex in find routines

Version 4.0 RC1
assigned
None
Core
minor
trunk
enhancement
2016-05-15
2009-04-05
No

Also need to handle whitespaces better

01/30/08 13:57:16 changed by d3p988 ¶
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 ¶
A simple regex matcher has been added but not tested.

Discussion

  • David P. Chassin

    • priority changed from major to minor
    • status changed from new to assigned

    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.

     
  • Matthew Hauer

    Matthew Hauer - 2009-04-30
    • status changed from assigned to accepted
     
  • David P. Chassin

    • owner changed from mhauer to dchassin
    • status changed from accepted to assigned
    • version changed from 2.0 to trunk
    • milestone set to Unscheduled
     
  • David P. Chassin

    • Milestone: Unscheduled --> Version 4.0 RC1