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

visual studio - vb.net filter binding source by time -

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -