Hi,

does someone know if there's a function in VB that recognizes if a given text is an email?

i.e. something like

IsEmail("[email protected]") = true

and

IsEmail("hello@world") = false

...just wandering.

Thanks!

W.