whoareu to [email protected]English • 1 year agolast time when did you use Regular Expressions?message-square34fedilinkarrow-up128
arrow-up128message-squarelast time when did you use Regular Expressions?whoareu to [email protected]English • 1 year agomessage-square34fedilink
minus-squarewhoareuOPlinkfedilink2•1 year agoIf we want to include every protocol then the RE could be complex.
minus-squareladlinkfedilinkEnglish1•1 year 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
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