This would be very cool, to set an empty flag which will check for this regex: `/^(?!\s*$).+/g` ``` pil.set([{ name: "myParam", empty: false, error: { empty: "myParam can not be empty" } }]) ```