https://bugzilla.wikimedia.org/show_bug.cgi?id=45163

--- Comment #5 from Bartosz DziewoƄski <[email protected]> ---
Yeah, I should have mentioned - IIRC \b matched between an equals sign and a
letter, which meant still breaking URLs. (?:^|(?<=\s)) matches either the
beginning of string or after any whitespace character, thus works.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to