thelounge/client/js/helpers/ircmessageparser
Reto Brunner d6e1af0e7d Fix regex escape for prefix patterns
Our regex escape function escapes proper regexes, however
it isn't meant to be shoved into a char class via string interpolation.

We need to also escape '-' if we do so.
2022-07-04 10:08:23 +02:00
..
anyIntersection.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
cleanIrcMessage.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
fill.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
findChannels.ts Fix regex escape for prefix patterns 2022-07-04 10:08:23 +02:00
findEmoji.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
findLinks.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
findNames.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
merge.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
parseStyle.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00