Comment on Strings do too many things
Jesus_666@feddit.de 9 months agoAnd it’s matched by .+@.+
as it contains an @.
Remember, we’re taking about regular expressions here so .+
means “a sequence of one or more arbitrary characters”. It does not imply that an actual dot is present.