pinafore/src/routes/_utils/handleRegex.js

6 wiersze
176 B
JavaScript

/* eslint-disable */
import { __thunk__ } from './thunk'
export const handleRegex = __thunk__(() => /(^|[^\/\w])@(([a-z0-9_]+)@[a-z0-9\.\-]+[a-z0-9]+)/ig)
/* eslint-enable */