This function is similar to the TitleCase script submitted by Darryl Fryatt called TitleCase. I created a similar function and, after comparing the efficiency of the two scripts, found this function to be twice as fast. The function I call fn_mCase will take a string up to 8000 characters and capitalize the first character in each word.
The existing TitleCase function took .032 seconds on average to return a 838 character string, while the fn_mCase function took .015 on average on the same string. While this might now seem like enough to worry about, when you multiply the difference out over a couple of hundred users returning record sets of several hundred records, it really starts to add up. I hope this might be of use to others. I have also ported this to VB and VBScript for use in other environments.
Author: Andy Hickman
Download Script:
fn_mCase.txt
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…
Disclaimer Continued
Back to Database Journal Home