▲ 25 ▼ last time when did you use Regular Expressions? (lemmy.ca) submitted 2 years ago by kionite231@lemmy.ca to c/programming@programming.dev 31 comments fedilink hide all child comments
[–] livingcoder@programming.dev 4 points 2 years ago 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. permalink fedilink source