Hi!
I've made a simple action script that capitalizes titles the way I want them, by making some words lower case (like "of", "the", "in" and so on). I have a problem though, and the best way is to give an example:
Original title: Stuck In A Moment You Can't Get Out Of
What I want: Stuck in a Moment You Can't Get Out Of
What my script does: Stuck in a Moment You Can't Get Out of
Is there a way - probably by RegEx (?) - that will always capitalize the last word of the title? I'm able to do this to the first word in the title, but haven't figured how to do the same for the last one.
Finally, thanks for a magnificent piece of software!