1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-28 20:49:44 +01:00
2018-02-27 23:38:33 -08:00

4 lines
122 B
JavaScript

/* eslint-disable */
export const handleRegex = /(^|[^\/\w])@(([a-z0-9_]+)@[a-z0-9\.\-]+[a-z0-9]+)/ig
/* eslint-enable */