Dev Stash
All
Linux
Go
Php
28
Oct
2020
Find and replace
28 Oct 2020
Find: (:update\s.*)(_new) Replace: $1 Given text: foo:update example_new foo:update word_new foo:update also_new Output: foo:update example foo:update word foo:update also
ide
regex