NSString *string = @"{{nat fs g player|no=1|pos=GK|name=[[Hugo Lloris]]|age={{Birth date and age|1986|12|26|df=y}}|caps=73|goals=0|club=[[Tottenham Hotspur F.C.|Tottenham Hotspur]]|clubnat=ENG}}{{nat fs g player|no=16|pos=GK|name=[[Steve Mandanda]]|age={{Birth date and age|1985|3|28|df=y}}|caps=21|goals=0|club=[[Olympique de Marseille|Marseille]]|clubnat=FRA}}";
NSError *error = NULL;
NSString *pattern = @"\\{\\{nat fs g player\\|no=([^|]*)\\|pos=([^|]*)\\|name=\\[\\[([^|]*)\\]\\]\\|age=\\{\\{Birth date and age\\|([^|]*)\\|([^|]*)\\|([^|]*)\\|df=y\\}\\}\\|caps=([^|]*)\\|goals=([^|]*)\\|club=\\[\\[([^|]*)\\|(.*?\\}\\})";
2015-11-04 15:28:31.589 prog[23246] autorelease called without pool for object (0x8fc34c0) of class NSRegularExpression in thread <NSThread: 0x8f85800>
2015-11-04 15:28:31.590 prog[23246] autorelease called without pool for object (0x9021fa8) of class GSMutableArray in thread <NSThread: 0x8f85800>
2015-11-04 15:28:31.590 prog[23246] autorelease called without pool for object (0x9022a80) of class GSRegularExpressionCheckingResult in thread <NSThread: 0x8f85800>
2015-11-04 15:28:31.590 prog[23246] autorelease called without pool for object (0x8ff2aa8) of class GSRegularExpressionCheckingResult in thread <NSThread: 0x8f85800>
2015-11-04 15:28:31.590 prog[23246] autorelease called without pool for object (0x8feb820) of class GSCInlineString in thread <NSThread: 0x8f85800>
2015-11-04 15:28:31.591 prog[23246] group0: {{nat fs g player|no=1|pos=GK|name=[[Hugo Lloris]]|age={{Birth date and age|1986|12|26|df=y}}|caps=73|goals=0|club=[[Tottenham Hotspur F.C.|Tottenham Hotspur]]|clubnat=ENG}}
2015-11-04 15:28:31.591 prog[23246] autorelease called without pool for object (0x8fdf1d0) of class GSCInlineString in thread <NSThread: 0x8f85800>
2015-11-04 15:28:31.591 prog[23246] group0: {{nat fs g player|no=16|pos=GK|name=[[Steve Mandanda]]|age={{Birth date and age|1985|3|28|df=y}}|caps=21|goals=0|club=[[Olympique de Marseille|Marseille]]|clubnat=FRA}}