Am 05.08.15 um 05:44 schrieb mtk via Pharo-users:
Hi Marcus,

good to hear you could make it work. Thankfully, Attila gave us the final explanation for the regex mystery ;-) So I guess it is best to stick with "normal" strings for the most part for several reasons:

* performance: (matching strings is probably a lot faster than matching a regex) * security / stability: looking back at my own experiments with regular expressions, you "never know" what exact urls are really being served. You need to do extensive testing on which URLs match and which don't. Sure this is not true if you know regex very well ;-)

Joachim

--
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          mailto:jtuc...@objektfabrik.de
Fliederweg 1                         http://www.objektfabrik.de
D-71640 Ludwigsburg                  http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1


Reply via email to