[Techtalk] Regular Expression Question
Bowen, Tricia
tbowen at CapitalThinking.com
Mon Oct 1 17:44:00 EST 2001
Does anyone have a quick and dirty way of translating:
MY_TABLE_NAME to MyTableName
I know tr/[A-Z]/[a-z]/ will do half the job, but I
need a way to make something like this
s/(_.)/($1 =~ tr/[a-z]/[A-Z/)/; work.
--Tricia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://linuxchix.org/pipermail/techtalk/attachments/20011001/d14f98aa/attachment.xhtml
More information about the Techtalk
mailing list