in reply to Re: another string replacement with uppercase :: converting C macros to C++
in thread another string replacement with uppercase :: converting C macros to C++
s/\b__(\w+)__\b/\U$1/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: another string replacement with uppercase :: converting C macros to C++
by Athanasius (Cardinal) on Jan 23, 2016 at 09:21 UTC |