help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

string-replace question -- changing names like variable_name to variabl


From: bc
Subject: string-replace question -- changing names like variable_name to variableName
Date: Tue, 03 Sep 2002 09:17:58 -0400

Is there an easier way to do this short of some lisp like:

(replace-string "_a" "A")
(replace-string "_A" "A")
(replace-string "_b" "B")
etc.

Thanks,
bc


reply via email to

[Prev in Thread] Current Thread [Next in Thread]