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

Ticket #1078 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

regexes: add replaceFirst() or similar

Reported by: ank Assigned to: jascha
Priority: major Milestone: 0.99.7
Component: Tango Version: 0.99.5 Jascha
Keywords: triage Cc:

Description

Exactly like replaceAll() but it stops after the first match. Maybe it should be a flag to a more generic replace() so that we don't have multiple versions of replaceXXX like PHP? (on the other hand, java has them both)

Change History

04/29/08 02:01:59 changed by kris

  • owner changed from kris to jascha.

05/24/08 06:06:25 changed by larsivi

  • keywords set to triage.

07/02/08 17:12:12 changed by jascha

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