|
From: Zurd <zu...@ya...> - 2007-01-28 04:16:48
|
Yet another update :
I added a new option in case change : Only the first letter
Before, we had only the option "Only The First Letter And After" which kind of
worked the same, if you deleted all the character in the entry, it became
"Only the first letter", with one difference though, let's say you have a
mp3 file like that :
01 a song.mp3
And you want the first letter to be uppercase like that :
01 A song.mp3
Well it didn't work because it tried to put in uppercase the zero. But
my new option parse the string and the first digit that can be put to uppercase
will be changed and every other characters will be put to lowercase. And it
even works with accent characters with some regular expression magic : \p{Ll}\p{M}*
And I fixed the Entry field in case change, it wasn't auto-preview aware.
p.s. Lacrocivious : if you ever wanna be in the credits, drop me a line, you've been
making good suggestions for improvements :)
__________________________________________________
Do You Yahoo!?
En finir avec le spam? Yahoo! Courriel vous offre la meilleure protection possible contre les messages non nollicités
http://mail.yahoo.ca Yahoo! Courriel
|