Today at 23:25, Keld Jørn Simonsen wrote:

> Page 32: Why is .* useles? 

Because regular expression of "^[AaBb].*" matches the same thing as
"^[AaBb]", only the latter has a better chance of gaining better
performance (though this can probably be easily optimised out in regex
library). 

Cheers,
Danilo

Reply via email to