Files
element-web/src
Kegan Dougal 62c378a619 Sort out the mess that is Javascript's \b - Fixes vector-im/vector-web#189
\b is *the worst*. From MDN:

Note: JavaScript's regular expression engine defines a specific set of
characters to be "word" characters. Any character not in that set is considered
a word break. This set of characters is fairly limited: it consists solely of
the Roman alphabet in both upper- and lower-case, decimal digits, and the
underscore character. Accented characters, such as "é" or "ü" are,
unfortunately, treated as word breaks.

We fix this by matching on whitespace instead, but then need to tweak the
replace() code since that bluntly replaces the entire match (which now includes
whitespace). It all works now and I can happily tab-complete non-ascii names.
2015-12-22 17:38:24 +00:00
..
2015-11-30 14:39:42 +00:00
2015-09-18 13:54:20 +01:00
2015-07-03 11:24:04 +01:00
2015-11-10 19:53:29 +00:00
2015-12-18 00:13:57 +00:00
2015-09-16 13:48:24 +01:00
2015-12-01 10:20:21 +00:00
2015-12-17 16:40:46 +00:00