There was an error while loading. Please reload this page.
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