Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #966 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Regex replaceAll

Reported by: Daniel919 Assigned to: jascha
Priority: major Milestone: 0.99.6
Component: Core Functionality Version: 0.99.5 Jascha
Keywords: Cc:

Description

tango.text.Regex

in the delegate version of replaceAll

after:

if ( output_buffer.length <= 0 )

output_buffer = new char_t[input.length];

should follow:

output_buffer.length = 0;

Change History

03/05/08 12:54:09 changed by larsivi

  • owner changed from sean to jascha.

03/07/08 04:01:35 changed by jascha

  • status changed from new to closed.
  • resolution set to fixed.