in reply to Re: RegEx Problem
in thread RegEx Problem
To do that exact reverse of the above... is there a better way (I'm sure there is)?$moo = 'boo-hoo-hoo'; $hoo = lcfirst join '', map { ucfirst $_ } split /-/, $moo;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: RegEx Problem
by lestrrat (Deacon) on May 29, 2002 at 01:08 UTC | |
by Kanji (Parson) on May 29, 2002 at 01:28 UTC |