Regular Expression to replace “ {” with “(newline){” in xcode

前端 未结 5 1783
北恋
北恋 2021-02-02 08:02

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

5条回答
  •  后悔当初
    2021-02-02 08:34

    Just copy an example of needed replacement string (new line or else) from code to replacement box.

提交回复
热议问题