We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
self in a pipe or a dot expression is the result of the incoming string
{{ @"xxx" | [self uppercaseString] }}
Output:
XXX
otherwise it is a synonym for the datasource
{{ [self valueForKey:@"name"] }} == {{ name }} == {{ self.name }}
VfL Bochum 1848 == VfL Bochum 1848 == VfL Bochum 1848
There was an error while loading. Please reload this page.