Summary

irregex: SRE utility pattern 'real does not match negative numbers

Metadata

Description

It seems that using irregex's built-in pattern for real numbers does not accept negative numbers:

(irregex-match 'real "-2.4") -> #f

(irregex-extract 'real "-2.4") -> ("2.4")

Changes and comments

[2012-07-31 20:49:09 UTC] sjamaan changed status from new to closed

[2012-07-31 20:49:09 UTC] sjamaan set resolution to fixed

[2012-07-31 20:49:09 UTC] sjamaan wrote:

This has been pushed, see commit 547ca87cf551aeeb156491710d1af3f152242db2

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted