china🇨🇳@lemmy.ca to Programming@programming.devEnglish · 2 years agolast time when did you use Regular Expressions?message-squaremessage-square34linkfedilinkarrow-up127arrow-down12
arrow-up125arrow-down1message-squarelast time when did you use Regular Expressions?china🇨🇳@lemmy.ca to Programming@programming.devEnglish · 2 years agomessage-square34linkfedilink
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up1·2 years 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
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