I need to change my coding style of putting opening braces in same line to new line. I need to find and replace the (space){ with (newline){. I heard using regular expression fi
You can use [\n\r]
to describe newline
It's a shame, I came across with that when I tap on magnifier icon next to search bar while finding something in a single file.
To see several other expressions:
cmd
+f
and open search