Pinafore-Web-Client-Frontend/src/routes/_utils/handleRegex.js

6 lines
171 B
JavaScript

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