Regex: Find And Replace with new line -


my text editor's find , replace function supports regular expressions. every line ends }, want add comma end of line. so, replace instances line * ends }, followed new line, line * plus }, plus new line. regular expressions need type in find , replace fields? thanks.

find: \}$

replace: \},

escape metacharacter }.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -