UNPKG

@validate-me/core

Version:

Main package for `validate-me`. It contains everything to run client side validations with any kind of JS framework or with vanilla JS.

5 lines (3 loc) 119 B
const isAlpha = () => "The field only accepts valid URL's. E.g.: http://my-awesome-url.io"; export default isAlpha;