본문 바로가기

Editplus replace lowercase case with uppercase

web/etc by 낼스 2020. 11. 6.

The following works in Edit Plus 3.70.

Enter or check the following in the replace dialog.

  • Find what: (\w+)_([[:lower:]]{1})(\w*)
  • Replace with: \1\U\2\E\3
  • Case sensitive: unchecked
  • Regular expression: checked
  • Support \U \L \E: checked

This works fine for the example given.

If you have a variable such as has_three_words then running the replace twice will convert the variable to hasThreeWords.

'web > etc' 카테고리의 다른 글

Split file by minute using ffmpeg with shell script  (0) 2023.06.02
Google BigQuery  (0) 2021.03.21
Microsoft Remote Desktop(RDC) 한영 전환 안됨  (1) 2020.06.24
611f14858cd043c8a31a9db143774486  (0) 2019.08.26
fastcopy batch  (0) 2019.07.28

댓글