How would I write a Java regular expression that matches everything except the following string?
[email protected]
([email protected]) doesn't work.
How would I write a Java regular expression that matches everything except the following string?
[email protected]
([email protected]) doesn't work.