It seems Pharo's Regex package does support quantifiers, but not correctly.
Or I am completely on the wrong track here. 
If I inspect this in a workspace:

'123' matchesRegex: '\d{1,3}'

I would expect the result either to be true or an exception. True if
quantifiers were supported, an exception otherwise. The Regex-Tests do not
test {}, so I am not sure if the matcher is supposed to support it.

Can anybody shed some light on this?

Joachim



--
View this message in context: 
http://forum.world.st/Regex-with-Quantifiers-tp4680523.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to