I have a string $tmp_string.
for ex., JIMMY-DIMMy
And I need to change the following:
first letter is in uppercase
other letters are in lowercase
first letters after "-" sign also is in uppercase
the result will be:
Jimmy-Dimmy
I know how to make Jimmy-dimmy, but how to make Jimmy-Dimmy...???
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--