Aug. 4, 2015
1:07 p.m.
Hi Joachim, thanks for your attention to this issue. I tried to change it to #a, #r or #kg, but this didn't work. It works with the following by leaving the '\?' out: GET:'\/bac\/a=(\d*)&r=(\d*.\d*)&kg=(\d*)' asRegex -> [:req | BloodAlcoholCalculator a:(req at:1) r:(req at:2) kg:(req at:3) ]; But it works only by manually submitting it from the address input field of the browser. So I guess there is a problem with handling the '\?'. I will investigate further! :-) Best Marcus -- View this message in context: http://forum.world.st/Teapot-and-Regex-tp4840893p4840921.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.