Generation

generate functionFri, 03 Mar 2023

用 regex 驗證 email 格式

RegEx email_regex = new Regex(@"^([\w\.\-]+)@([\w\-]+)((\.(\w){2,3})+)$");

Want to kickstart your project?Use the new AI Studio to create your code