Opened 17 years ago
Last modified 10 years ago
#589 closed Bugs (fixed)
regex_replace bug — at Initial Version
| Reported by: | nobody | Owned by: | John Maddock | 
|---|---|---|---|
| Milestone: | Component: | regex | |
| Version: | None | Severity: | Problem | 
| Keywords: | Cc: | 
Description
boost::tregex e("(.*)");
strResult = boost::regex_replace("a", e, "$1b");
strResult now equals "abb", but should be "ab".
My e-mail: kdn01003@student.mdh.se
      
  Note:
 See   TracTickets
 for help on using tickets.
    
