FORMULA LANGUAGE
Examples: @ProperCase
1. This example returns Every Child Loves Toys.
@ProperCase("every CHILD LOves toys")
2. This example returns 3Digit Code.
@ProperCase("3digit code")
3. This example returns Los Angeles if the string in the field named City contains the string los angeles, Los Angeles, LOS ANGELES, los Angeles, or any other variation.
@ProperCase(City)
4. This example returns Robert and Smith in a list.
@ProperCase("ROBERT" : "SMITH")
Vedere anche
@ProperCase
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario