No, there is no email validation function or method (as far as I know) but this problem is older than the internet, you can find plenty of bullet proof methods online that solve this issue. You will need a combination of regex + length guards etc...
As long as your solution/code ends up being RFC 5321-compliant then you are going to cover every single edge case.