1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-11 09:45:24 +01:00
Pinafore-Web-Client-Frontend/routes/_utils/handleRegex.js

4 lines
122 B
JavaScript
Raw Permalink Normal View History

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