Comment on Strings do too many things

<- View Parent
Jesus_666@feddit.de ⁨7⁩ ⁨months⁩ ago

And 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.

source
Sort:hotnewtop