UNPKG

vuelidate

Version:

Simple, lightweight model-based validation for Vue.js

3 lines (2 loc) 78 B
import { regex } from './common' export default regex('alpha', /^[a-zA-Z]*$/)