Trying to capitalize each word in a fields value. I initially tried the titleize function of Ruby, but that didn't work...I guess because it's not part of Ruby internals or something like that?
ruby {
code => 'event.set("[Group]", event.get("[Group]").titleize)'
}
Anybody got another way to do this?