Anonymous - 2012-11-07

Seems a feature, not a bug to me. The expression now just matches anything containing the sequence AS followed by zero or more Ks, and is in this case equivalent to just using "AS". The * in a regular expression just is used differently than the * in e.g. a filename match.