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

Ticket #1110 (new defect)

Opened 16 years ago

Last modified 14 years ago

Regex("^$").test("") does not match

Reported by: Nils Assigned to: larsivi
Priority: normal Milestone: 1.0
Component: Tango Version: 0.99.6 Jeff
Keywords: Regex triage Cc:

Change History

05/24/08 18:49:59 changed by larsivi

  • keywords changed from Regex to Regex triage.
  • owner changed from kris to jascha.

07/10/08 10:48:58 changed by larsivi

  • milestone changed from 0.99.7 to 0.99.8.

03/27/09 01:56:29 changed by dhasenan

Any regex that can be satisfied with the empty string that has more than one character and ends in $ exhibits this bug.

For example:

"$" "a*$" "[]$"

These all match non-empty strings, however.

03/29/09 15:00:12 changed by larsivi

  • milestone changed from 0.99.8 to 0.99.9.

02/07/10 21:40:02 changed by larsivi

  • milestone changed from 0.99.9 to 1.0.

06/06/10 20:00:18 changed by kris

  • owner changed from jascha to larsivi.