https://bugzilla.wikimedia.org/show_bug.cgi?id=29371
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Bawolff <[email protected]> 2011-06-13 19:44:59 UTC --- My understanding is that in javascript regex's, \b only considers [a-zA-Z0-9_] (aka what \w matches) to be word characters, so Ö is technically not part of a word character, thus is really is a word boundary. See http://bclary.com/2004/11/07/#a-15.10.2.6 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
