A Afox Renowned Member Dec 18, 2014 257 13 83 Jan 13, 2024 #1 Hello, how can I match the beginning of an e-mail address? For example in example@domain.tld I want to create a rule to match every e-mail address starting with example Thanks and best regards
Hello, how can I match the beginning of an e-mail address? For example in example@domain.tld I want to create a rule to match every e-mail address starting with example Thanks and best regards
A Afox Renowned Member Dec 18, 2014 257 13 83 Jan 18, 2024 #2 I tried to match it with regex like so: Code: ^example But the validator says it does not match the address example@domain.tld Last edited: Jan 18, 2024
I tried to match it with regex like so: Code: ^example But the validator says it does not match the address example@domain.tld