Marcus Comstedt <marcus at mc.pp.se> writes: > So for example "ab?c" interpreted as a regexp matches "a" and "ac" and > nothing more. [...] Ok, this was obviously just a check to see if you were paying attention. :-) Should read 'matches "abc" and "ac" and nothing else'. // Marcus