whoareu to [email protected]English • 7 months agolast time when did you use Regular Expressions?message-square34fedilinkarrow-up125arrow-down12
arrow-up123arrow-down1message-squarelast time when did you use Regular Expressions?whoareu to [email protected]English • 7 months agomessage-square34fedilink
minus-squarewhoareuOPlinkfedilink1•7 months agoIf we want to include every protocol then the RE could be complex.
minus-squareladlinkfedilinkEnglish1•7 months agoDepending on the use-case it maybe should. On the other hand, some things are better left to library implementations rather than custom regex, e.g. email validation
What about ftp? 🤔
If we want to include every protocol then the RE could be complex.
Depending on the use-case it maybe should. On the other hand, some things are better left to library implementations rather than custom regex, e.g. email validation