import { Regex } from "../../patterns/Regex";

const name = new Regex("name", "[a-zA-Z]+[a-zA-Z0-9_-]+");

export default name;
