I am trying to achive regex expression: I need regex with email, I am using that:
\S+@\S+\.\S+
And I want to repreat it X times with ;
separator.
I cant figure this out...
For example pattern should allow following strings:
example1@email.com
example1@email.com;example2@email.com;example3@email.com;example4@email.com
But should not allow for example following string:
example1@email.com;example2email.com;example3@email.com;