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

前端 未结 5 1843
北恋
北恋 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:22

    i searched a while to find out, that you have to enable the find options for regular expressions first on the small magnifier glass in the left side of the find-input field ;)

提交回复
热议问题