https://bugzilla.wikimedia.org/show_bug.cgi?id=23857
Conrad Irwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Conrad Irwin <[email protected]> 2010-06-09 11:58:38 UTC --- This is expected, test[^ ]* will match the entire input in the first case as there are no space characters. If you want the behaviour you seem to, use test[^\s]* so that newlines are also excluded. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
