regex - Notepad++ find/replace for every value in a comma separated list -


i'm trying find values within comma separated list , replace them value.

for example, had following file:

{     letter: a, }, {     letter: b, }, {     letter: c, }, 

i have list "b, c". want make change every value within list. example:

{     letter: a, }, {     letter: b,     word: bat }, {     letter: c,     word: cat }, 

how go doing in notepad++? in advance!


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -