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:
[email protected]
[email protected];[email protected];[email protected];[email protected]
But should not allow for example following string:
[email protected];example2email.com;[email protected];