Not sure if this would be helpful to others, but when I was trying to figure out a way to check validity (#20), I needed a way to see what properties apparition was actually seeing and found these methods useful...
The prop.match(/[a-z]/ was to exclude all these properties:
Not sure if this would be helpful to others, but when I was trying to figure out a way to check validity (#20), I needed a way to see what properties apparition was actually seeing and found these methods useful...
The
prop.match(/[a-z]/
was to exclude all these properties:(I'm sure there's a better way to do that, but what is it?)