if i have an email like this example: aa.chris.dease@example.com ; and i just want to split on the first period and keep the rest as a seperate string (chris.dease@example.com); how could i accomplish that? The first character could be different values as well. For example: “da.”; “sa.”; “aa”; and sometimes only one character before the first period like “a.” .
Regards,
Deaser59