I want to use regxp to check that a form input contains at least 1
non-space charcter. I'd like to only run this if the browser supports
it. For DOM stuff, I'd use
if (documentGetEle mentById) {}
Is there an object/feature detection I can use to check for regxp string
manipulation support?
--
Brian (remove ".invalid" to email me)
non-space charcter. I'd like to only run this if the browser supports
it. For DOM stuff, I'd use
if (documentGetEle mentById) {}
Is there an object/feature detection I can use to check for regxp string
manipulation support?
--
Brian (remove ".invalid" to email me)
Comment