On 2/6/18 5:23 PM, Walter Bright wrote:
On 2/6/2018 2:03 PM, Jacob Carlborg wrote:
On 2018-02-06 21:11, Walter Bright wrote:
std.string.isEmail() in D1 was a simple function. Maybe regex is just
the wrong solution for this problem.
If I recall correctly, the current implementation of std.net.isEmail
was requested by you.
Regardless of whether it was requested by me or not, if the current
version is not working for us, we need to explore alternatives.
The regex problem is being solved:
https://github.com/dlang/phobos/pull/6129
-Steve