Lava Filters - ToPascal
Category:Text
Description:For all the programmers in the house. This will take a string and return it back in PascalCase.
Input: "Person": {
"ConnectionStatus": "Community Participant"
}
Lava: {{ Person.ConnectionStatus | ToPascal }}
Output: CommunityParticipant