whoareu@lemmy.ca to Programming@programming.devEnglish · 1 year agolast time when did you use Regular Expressions?message-squaremessage-square33linkfedilinkarrow-up127arrow-down12
arrow-up125arrow-down1message-squarelast time when did you use Regular Expressions?whoareu@lemmy.ca to Programming@programming.devEnglish · 1 year agomessage-square33linkfedilink
minus-squarewhoareu@lemmy.caOPlinkfedilinkarrow-up2arrow-down1·1 year agoIf we want to include every protocol then the RE could be complex.
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up1·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