import int from "./integer";
import { words } from "./word";

export default function regex() {
  return `/${words(int({ max: 4, min: 3 })).join("")}/`;
}
