Diff for /parser3/src/classes/string.C between versions 1.45 and 1.46

version 1.45, 2001/05/07 13:29:47 version 1.46, 2001/05/07 15:31:36
Line 181  static void replace_action(Table& table, Line 181  static void replace_action(Table& table,
                 *ai.dest << *ai.post_match;                  *ai.dest << *ai.post_match;
 }  }
   
 /** search/replace  
         ^string.match[regexp][options]  
         ^string.match[regexp][options]{replacement-code}  
 */  
 static void _match(Request& r, const String& method_name, MethodParams *params) {  static void _match(Request& r, const String& method_name, MethodParams *params) {
         Pool& pool=r.pool();          Pool& pool=r.pool();
         const String& src=*static_cast<VString *>(r.self)->get_string();          const String& src=*static_cast<VString *>(r.self)->get_string();

Removed from v.1.45  
changed lines
  Added in v.1.46


E-mail: