china🇨🇳@lemmy.ca to Programming@programming.devEnglish · 1 year agolast time when did you use Regular Expressions?message-squaremessage-square33fedilinkarrow-up127arrow-down12
arrow-up125arrow-down1message-squarelast time when did you use Regular Expressions?china🇨🇳@lemmy.ca to Programming@programming.devEnglish · 1 year agomessage-square33fedilink
minus-squarelivingcoder@programming.devlinkfedilinkarrow-up4·1 year agoYesterday doing a search using vim for a class that shared a lot of characters at the front with many other classes: /Bas.*Some I could have done a more precise search with better regex, but this was quick, easy, and worked.
Yesterday doing a search using vim for a class that shared a lot of characters at the front with many other classes: /Bas.*Some I could have done a more precise search with better regex, but this was quick, easy, and worked.