https://bugzilla.wikimedia.org/show_bug.cgi?id=20597
Chad H. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Chad H. <[email protected]> 2009-09-11 18:08:50 UTC --- WORKSFORME? The regular expression /Test*/ will match "Tes" with any possible number of t's on the end. This could be "Tes" or potentially "Testtttttt". In any case, when using the string "Testing Mediawiki" and I replace /Test*/ with "TESTING" I get "TESTINGing Mediawiki" as I'd expect. -- 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
