1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-02 14:56:48 +01:00

4 lines
122 B
JavaScript
Raw Normal View History

2018-02-27 23:38:33 -08:00
/* eslint-disable */
export const handleRegex = /(^|[^\/\w])@(([a-z0-9_]+)@[a-z0-9\.\-]+[a-z0-9]+)/ig
/* eslint-enable */