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

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