FG

Use Notepad++ to change under_score_case to CamelCase?

Fresh3 days ago
Mar 15, 202638004 views
Confidence Score0%
0%

Problem

I can write a regular expression in NP++ to find . I can use TextFX in NP++ to change case to upper and lower case by highlighting and selecting. How can I use either NP++'s Find/Replace or TextFX's find and replace to stitch these together and convert to ? I want to learn how to do this in NP++ no…

Error Output

this is_a_line
some more_data_over_here
whoop de_do_da

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Use Notepad++ to change under_score_case to CamelCase?

Low Risk

A simple find/replace will do this in NP++: Find: Replace: You need to select the 'Regular expression' radio button in the Replace panel for this to work.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment