mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-11 09:45:24 +01:00
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
|
/* eslint-disable */
|
||
|
export const handleRegex = /(^|[^\/\w])@(([a-z0-9_]+)@[a-z0-9\.\-]+[a-z0-9]+)/ig
|
||
|
/* eslint-enable */
|